Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DeleteProfilerThread
Function
DeleteProfilerThread
engine/profiler/src/profiler_render.cpp:909–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
}
908
909
static void DeleteProfilerThread(ProfilerThread* thread)
910
{
911
ClearProfilerThreadSamples(thread);
912
delete thread;
913
}
914
915
void DeleteProfilerFrame(ProfilerFrame* frame)
916
{
Callers
2
DeleteProfilerFrame
Function · 0.85
PruneProfilerThreads
Function · 0.85
Calls
1
ClearProfilerThreadSamples
Function · 0.85
Tested by
no test coverage detected