MCPcopy 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

DeleteProfilerFrameFunction · 0.85
PruneProfilerThreadsFunction · 0.85

Calls 1

Tested by

no test coverage detected