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

Function SampleGetStart

engine/profiler/src/basic/profiler_basic.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 uint64_t SampleGetStart(HSample hsample)
472 {
473 Sample* sample = (Sample*)hsample;
474 return sample->m_Start;
475 }
476
477 uint64_t SampleGetTime(HSample hsample)
478 {

Callers 1

ProcessSampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected