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

Method LastChild

Chapter_27/Core/EngineProfiling.cpp:231–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 NestedTimingTree* LastChild( void )
232 {
233 if (!m_IsExpanded || m_Children.size() == 0)
234 return this;
235
236 return m_Children.back()->LastChild();
237 }
238
239 NestedTimingTree* NextChild( NestedTimingTree* curChild )
240 {

Callers 2

PrevScopeMethod · 0.80
PrevChildMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected