MCPcopy Create free account
hub / github.com/defold/defold / PreRenderProfiler

Function PreRenderProfiler

engine/profiler/src/profiler.cpp:1046–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044}
1045
1046static ExtensionResult PreRenderProfiler(dmExtension::Params* params)
1047{
1048 (void) params;
1049 AutoCloseLuaProfilerScopes();
1050 return EXTENSION_RESULT_OK;
1051}
1052
1053static dmExtension::Result FinalizeProfiler(dmExtension::Params* params)
1054{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected