MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / stopTimer

Method stopTimer

Source/ThirdParty/recastnavigation/Recast.h:154–154  ·  view source on GitHub ↗

Stops the specified performance timer. @param label The category of the timer.

Source from the content-addressed store, hash-verified

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.

Callers 3

rcBuildRegionsFunction · 0.80
rcBuildContoursFunction · 0.80
~rcScopedTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected