SSBM Decomp
Loading...
Searching...
No Matches
OSStopwatch.c File Reference
#include <dolphin.h>
#include <dolphin/os.h>

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)