Starts the specified performance timer. @param label The category of the timer.
| 148 | /// Starts the specified performance timer. |
| 149 | /// @param label The category of the timer. |
| 150 | inline void startTimer(const rcTimerLabel label) { if (m_timerEnabled) doStartTimer(label); } |
| 151 | |
| 152 | /// Stops the specified performance timer. |
| 153 | /// @param label The category of the timer. |
no outgoing calls
no test coverage detected