OSStopStopwatch

C Specification

#include <revolution/os.h>
void OSStopStopwatch (OSStopwatch* sw);

Arguments

sw Pointer to stopwatch to stop.

Return Values

None.

Description

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.

See Also

Stopwatch Functions, OSDumpStopwatch, OSInitStopwatch, OSStartStopwatch, OSCheckStopwatchOSResetStopwatch

Revision History

2006/03/01 Initial version.


CONFIDENTIAL