Home
last modified time | relevance | path

Searched refs:OSStopwatch (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/include/revolution/
Dos.h608 typedef struct OSStopwatch struct
619 } OSStopwatch; argument
622 void OSInitStopwatch ( OSStopwatch* sw, const char* name );
623 void OSStartStopwatch ( OSStopwatch* sw );
624 void OSStopStopwatch ( OSStopwatch* sw );
625 OSTime OSCheckStopwatch ( OSStopwatch* sw );
626 void OSResetStopwatch ( OSStopwatch* sw );
627 void OSDumpStopwatch ( OSStopwatch* sw );
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dstopwatchdemo.c35 OSStopwatch MySW;
/RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/
Dperf-geo.c238 static OSStopwatch myTotTime;
239 static OSStopwatch myCpuTime;
240 static OSStopwatch myGpTime;
Dperf-fill.c295 static OSStopwatch myTotTime;