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

Method next

include/reactphysics3d/utils/Profiler.h:448–450  ·  view source on GitHub ↗

Go to the next node

Source from the content-addressed store, hash-verified

446
447// Go to the next node
448RP3D_FORCE_INLINE void ProfileNodeIterator::next() {
449 mCurrentChildNode = mCurrentChildNode->getSiblingNode();
450}
451
452// Return a pointer to the parent node
453RP3D_FORCE_INLINE ProfileNode* ProfileNode::getParentNode() {

Callers 1

Calls 1

getSiblingNodeMethod · 0.80

Tested by

no test coverage detected