zStatus zStopwatch_Start(zStopwatch stopwatch, z64u totalTime);
|
Parameters |
Description |
|
zStopwatch stopwatch |
Stopwatch object. |
|
z64u totalTime |
Total time to count down, in microseconds. |
Starts the stopwatch.
If the stopwatch will be used to count up, rather than count down, totalTime can be zero.
zStopwatch.h