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

Method startTimer

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

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

Source from the content-addressed store, hash-verified

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.

Callers 3

rcBuildRegionsFunction · 0.80
rcBuildContoursFunction · 0.80
rcScopedTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected