OSStopStopwatch

Syntax

#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 time elapsed since the last invocation of OSStartStopwatch, and updates the total time, min value, max value, and hits value in the stopwatch.

See Also

Stopwatch Functions, OSDumpStopwatch, OSInitStopwatch, OSStartStopwatch, OSCheckStopwatch, OSResetStopwatch

Revision History

2006/03/01 Initial version.


CONFIDENTIAL