Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Update
Method · 0.80
DisplayNode
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected