SSBM Decomp
Loading...
Searching...
No Matches
OSStopwatch.h File Reference

Go to the source code of this file.

Data Structures

struct  OSStopwatch

Functions

void OSInitStopwatch (struct OSStopwatch *sw, char *name)
void OSStartStopwatch (struct OSStopwatch *sw)
void OSStopStopwatch (struct OSStopwatch *sw)
long long OSCheckStopwatch (struct OSStopwatch *sw)
void OSResetStopwatch (struct OSStopwatch *sw)
void OSDumpStopwatch (struct OSStopwatch *sw)

Function Documentation

◆ OSInitStopwatch()

void OSInitStopwatch ( struct OSStopwatch * sw,
char * name )

◆ OSStartStopwatch()

void OSStartStopwatch ( struct OSStopwatch * sw)

◆ OSStopStopwatch()

void OSStopStopwatch ( struct OSStopwatch * sw)

◆ OSCheckStopwatch()

long long OSCheckStopwatch ( struct OSStopwatch * sw)

◆ OSResetStopwatch()

void OSResetStopwatch ( struct OSStopwatch * sw)

◆ OSDumpStopwatch()

void OSDumpStopwatch ( struct OSStopwatch * sw)