#include <revolution/os.h> OSTime OSCheckStopwatch(OSStopwatch* sw);
| sw | Pointer to stopwatch to check. |
|---|
The total time, including the 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
2006/03/01 Initial version.
CONFIDENTIAL