OSDumpStopwatch

C Specification

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

Arguments

sw Pointer to stopwatch to dump.

Return Values

None.

Description

Dumps the measurement result to the debug channel.

See Also

Stopwatch Functions, OSInitStopwatch, OSStartStopwatch, OSStopStopwatch, OSCheckStopwatch, OSResetStopwatch

Revision History

03/01/2006 Initial version.