MCPcopy Create free account
hub / github.com/Apress/Ray-Tracing-Gems-II / PrevScope

Method PrevScope

Chapter_27/Core/EngineProfiling.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 NestedTimingTree* PrevScope( void )
221 {
222 NestedTimingTree* prev = m_Parent->PrevChild(this);
223 return prev == m_Parent ? prev : prev->LastChild();
224 }
225
226 NestedTimingTree* FirstChild( void )
227 {

Callers 1

UpdateMethod · 0.80

Calls 2

PrevChildMethod · 0.80
LastChildMethod · 0.80

Tested by

no test coverage detected