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

Method getCurrentTotalTime

include/reactphysics3d/utils/Profiler.h:418–420  ·  view source on GitHub ↗

Return the total time of the current node

Source from the content-addressed store, hash-verified

416
417// Return the total time of the current node
418RP3D_FORCE_INLINE std::chrono::duration<double, std::milli> ProfileNodeIterator::getCurrentTotalTime() {
419 return mCurrentChildNode->getTotalTime();
420}
421
422// Return the total number of calls of the current node
423RP3D_FORCE_INLINE uint ProfileNodeIterator::getCurrentNbTotalCalls() {

Callers 1

Calls 1

getTotalTimeMethod · 0.80

Tested by

no test coverage detected