OSCheckStopwatch

Syntax

#include <revolution/os.h>

OSTime OSCheckStopwatch(OSStopwatch* sw);

Arguments

sw Pointer to stopwatch to check.

Return Values

The total time, including the current interval, recorded by the stopwatch.

Description

If the stopwatch is running, this function returns the current total time and current interval.

See Also

Stopwatch Functions, OSDumpStopwatch, OSInitStopwatch, OSStartStopwatch, OSStopStopwatch, OSResetStopwatch

Revision History

2006/03/01 Initial version.


CONFIDENTIAL