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