Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSStopwatch.c File Reference

Functions

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

Function Documentation

◆ OSCheckStopwatch()

OSTime OSCheckStopwatch ( OSStopwatch * sw)

◆ OSDumpStopwatch()

void OSDumpStopwatch ( OSStopwatch * sw)

◆ OSInitStopwatch()

void OSInitStopwatch ( OSStopwatch * sw,
char * name )

◆ OSResetStopwatch()

void OSResetStopwatch ( OSStopwatch * sw)

◆ OSStartStopwatch()

void OSStartStopwatch ( OSStopwatch * sw)

◆ OSStopStopwatch()

void OSStopStopwatch ( OSStopwatch * sw)