Function sdkGetAverageTimerValue#

Function Documentation#

inline float sdkGetAverageTimerValue(StopWatchInterface **timer_interface)#

Return the average time for timer execution as the total time for the timer dividied by the number of completed (stopped) runs the timer has made. Excludes the current running time if the timer is currently running.

Parameters

name – name of the timer to return the time of