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

Method getTotalTime

include/reactphysics3d/utils/Profiler.h:478–480  ·  view source on GitHub ↗

Return the total time spent in the block of code

Source from the content-addressed store, hash-verified

476
477// Return the total time spent in the block of code
478RP3D_FORCE_INLINE std::chrono::duration<double, std::milli> ProfileNode::getTotalTime() const {
479 return mTotalTime;
480}
481
482// Return the number of frames
483RP3D_FORCE_INLINE uint Profiler::getNbFrames() {

Callers 2

getCurrentTotalTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected