OSCheckStopwatch

C Specification

#include <revolution/os.h>
OSTime OSCheckStopwatch (OSStopwatch* sw);

Arguments

sw Pointer to stopwatch to check.

Return Values

This function returns the total time and 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, OSStopStopwatchOSResetStopwatch

Revision History

03/01/2006 Initial version.