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

Function ClearProfilerThreadSamples

engine/profiler/src/profiler_render.cpp:904–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902 }
903
904 void ClearProfilerThreadSamples(ProfilerThread* thread)
905 {
906 thread->m_Samples.SetSize(0);
907 }
908
909 static void DeleteProfilerThread(ProfilerThread* thread)
910 {

Callers 2

DeleteProfilerThreadFunction · 0.85
SampleTreeCallbackFunction · 0.85

Calls 1

SetSizeMethod · 0.45

Tested by

no test coverage detected