Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DeleteProfilerThread
Function · 0.85
SampleTreeCallback
Function · 0.85
Calls
1
SetSize
Method · 0.45
Tested by
no test coverage detected