OSStartStopwatch

C Specification

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

Arguments

sw Pointer to stopwatch to start.

Return Values

None.

Description

Used on entry into the code region to measure.

See Also

Stopwatch Functions, OSDumpStopwatch, OSInitStopwatch, OSStopStopwatch, OSCheckStopwatch, OSResetStopwatch

Revision History

03/01/2006 Initial version.