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

Function SampleIterateNext

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

Source from the content-addressed store, hash-verified

446 }
447
448 bool SampleIterateNext(SampleIterator* iter)
449 {
450 Sample* sample = (Sample*)iter->m_IteratorImpl;
451 if (!sample)
452 return false;
453
454 iter->m_Sample = sample;
455 iter->m_IteratorImpl = sample->m_Sibling;
456 return true;
457 }
458
459 uint32_t SampleGetNameHash(HSample hsample)
460 {

Callers 1

TraverseSampleTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected