Lines Matching refs:timer
33 To use this class first create a BStopWatch object, this starts the timer
35 watch. Call ElapsedTime() to get the current timer count at any time. You
37 Reset() to reset the timer back to 0 clearing all lap info. When the
47 \brief Constructs a BStopWatch object and starts the timer.
50 created the timer starts ticking away.
67 \brief Destroys the object stopping the timer.
78 \brief Resume the timer from a suspended state.
88 \brief Suspend the timer.
98 \brief Starts a new timer lap.
106 is the time that has passed since the timer was last started (not
109 while the timer is suspended does nothing and returns 0.
127 \brief Restarts the timer.
130 restarts the timer.