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