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

Method getCurrentName

include/reactphysics3d/utils/Profiler.h:413–415  ·  view source on GitHub ↗

Return the name of the current node

Source from the content-addressed store, hash-verified

411
412// Return the name of the current node
413RP3D_FORCE_INLINE const char* ProfileNodeIterator::getCurrentName() {
414 return mCurrentChildNode->getName();
415}
416
417// Return the total time of the current node
418RP3D_FORCE_INLINE std::chrono::duration<double, std::milli> ProfileNodeIterator::getCurrentTotalTime() {

Callers 1

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected