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

Method FirstChild

Chapter_27/Core/EngineProfiling.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 NestedTimingTree* FirstChild( void )
227 {
228 return m_Children.size() == 0 ? nullptr : m_Children[0];
229 }
230
231 NestedTimingTree* LastChild( void )
232 {

Callers 2

UpdateMethod · 0.80
DisplayNodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected