Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dos.h607 typedef struct OSStopwatch struct
618 } OSStopwatch; typedef
621 void OSInitStopwatch ( OSStopwatch* sw, char* name );
622 void OSStartStopwatch ( OSStopwatch* sw );
623 void OSStopStopwatch ( OSStopwatch* sw );
624 OSTime OSCheckStopwatch ( OSStopwatch* sw );
625 void OSResetStopwatch ( OSStopwatch* sw );
626 void OSDumpStopwatch ( OSStopwatch* sw );
/RvlSDK-2.1/build/demos/osdemo/src/
Dstopwatchdemo.c35 OSStopwatch MySW;
/RvlSDK-2.1/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;