#include <revolution/os.h> void OSStopStopwatch(OSStopwatch* sw);
| sw | Pointer to stopwatch to stop. |
|---|
None.
Used when the code region being measured is exited. Records the time elapsed since the last invocation of OSStartStopwatch, and updates the total time, min value, max value, and hits value in the stopwatch.
Stopwatch Functions, OSDumpStopwatch, OSInitStopwatch, OSStartStopwatch, OSCheckStopwatch, OSResetStopwatch
2006/03/01 Initial version.
CONFIDENTIAL