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

Function DeleteLuaProfilerScopeStates

engine/profiler/src/profiler.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void DeleteLuaProfilerScopeStates()
143{
144 while (g_LuaProfilerScopeStates != 0)
145 {
146 DeleteLuaProfilerScopeState(g_LuaProfilerScopeStates);
147 }
148}
149
150static bool ShouldRetainLuaProfilerScopeState(LuaProfilerScopeState* state)
151{

Callers 2

FinalizeProfilerFunction · 0.85
AppFinalizeProfilerFunction · 0.85

Calls 1

Tested by

no test coverage detected