...
The following functions can be used to calculate the difference between two timer values.
Expand | ||
---|---|---|
| ||
Calculates the difference between two timers (timer1 - timer2), returned in units of full microseconds, milliseconds, or seconds. These functions work with both wall clock timers and set interval timers. If the two timers are of different types, the functions convert the set interval timer to a wall clock timer before calculating the difference. If either timer is reset, then these functions will return zero. |
...