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

Method getNbFrames

include/reactphysics3d/utils/Profiler.h:483–485  ·  view source on GitHub ↗

Return the number of frames

Source from the content-addressed store, hash-verified

481
482// Return the number of frames
483RP3D_FORCE_INLINE uint Profiler::getNbFrames() {
484 return mFrameCounter;
485}
486
487// Return the elasped time since the start/reset of the profiling
488RP3D_FORCE_INLINE std::chrono::duration<double, std::milli> Profiler::getElapsedTimeSinceStart() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected