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

Function DeleteProfilerUI

engine/profiler/src/profiler.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85static ExtensionResult PreRenderProfiler(dmExtension::Params* params);
86
87static void DeleteProfilerUI()
88{
89 if (gRenderProfile)
90 {
91 dmProfileRender::DeleteRenderProfile(gRenderProfile);
92 gRenderProfile = 0;
93 }
94}
95
96static LuaProfilerScopeState* FindLuaProfilerScopeState(lua_State* L)
97{

Callers 4

ToggleProfilerFunction · 0.85
EnableProfilerUIFunction · 0.85
FinalizeProfilerFunction · 0.85
AppFinalizeProfilerFunction · 0.85

Calls 1

DeleteRenderProfileFunction · 0.85

Tested by

no test coverage detected