Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ SampleGetCallCount
Function
SampleGetCallCount
engine/profiler/src/basic/profiler_basic.cpp:489–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
uint32_t SampleGetCallCount(HSample hsample)
490
{
491
Sample* sample = (Sample*)hsample;
492
return sample->m_CallCount;
493
}
494
495
uint32_t SampleGetColor(HSample hsample)
496
{
Callers
1
ProcessSample
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected