|
SSBM Decomp
|
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) |
| 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 | ) |