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