MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ProfileNodeIterator

Method ProfileNodeIterator

src/utils/Profiler.cpp:130–134  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

128
129// Constructor
130ProfileNodeIterator::ProfileNodeIterator(ProfileNode* startingNode)
131 :mCurrentParentNode(startingNode),
132 mCurrentChildNode(mCurrentParentNode->getChildNode()){
133
134}
135
136// Enter a given child node
137void ProfileNodeIterator::enterChild(int index) {

Callers

nothing calls this directly

Calls 1

getChildNodeMethod · 0.80

Tested by

no test coverage detected