#include <revolution/os.h>
OSTime OSCheckStopwatch (OSStopwatch* sw);
|
Pointer to stopwatch to check. |
This function returns the total time and current interval recorded by the stopwatch.
If the stopwatch is running, this function returns the current total time and current interval.
Stopwatch Functions, OSDumpStopwatch, OSInitStopwatch, OSStartStopwatch, OSStopStopwatch, OSResetStopwatch
03/01/2006 Initial version.