Returns the time passed since Start call in seconds.
Protected Attributes
double
startTime
Member Function Documentation
double Stop
(
)
const [inline]
Returns the time passed since Start call in seconds.
Note that this method does not actually stop the timer, it only returns the time passed since Start call. Therefore, you can call this method as many times as you like once you call Start method once.