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

Method getIterator

include/reactphysics3d/utils/Profiler.h:498–500  ·  view source on GitHub ↗

Return an iterator over the profiler tree starting at the root

Source from the content-addressed store, hash-verified

496
497// Return an iterator over the profiler tree starting at the root
498RP3D_FORCE_INLINE ProfileNodeIterator* Profiler::getIterator() {
499 return new ProfileNodeIterator(&mRootNode);
500}
501
502// Destroy a previously allocated iterator
503RP3D_FORCE_INLINE void Profiler::destroyIterator(ProfileNodeIterator* iterator) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected