Stops the specified performance timer. @param label The category of the timer.
| 152 | /// Stops the specified performance timer. |
| 153 | /// @param label The category of the timer. |
| 154 | inline void stopTimer(const rcTimerLabel label) { if (m_timerEnabled) doStopTimer(label); } |
| 155 | |
| 156 | /// Returns the total accumulated time of the specified performance timer. |
| 157 | /// @param label The category of the timer. |
no outgoing calls
no test coverage detected