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

Function SampleGetName

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

Source from the content-addressed store, hash-verified

463 }
464
465 const char* SampleGetName(HSample hsample)
466 {
467 Sample* sample = (Sample*)hsample;
468 return GetNameFromHash(sample->m_NameHash);
469 }
470
471 uint64_t SampleGetStart(HSample hsample)
472 {

Callers 1

ProcessSampleFunction · 0.85

Calls 1

GetNameFromHashFunction · 0.85

Tested by

no test coverage detected