Searched refs:OSStopwatch (Results 1 – 4 of 4) sorted by relevance
612 typedef struct OSStopwatch struct623 } OSStopwatch; argument626 void OSInitStopwatch ( OSStopwatch* sw, const char* name );627 void OSStartStopwatch ( OSStopwatch* sw );628 void OSStopStopwatch ( OSStopwatch* sw );629 OSTime OSCheckStopwatch ( OSStopwatch* sw );630 void OSResetStopwatch ( OSStopwatch* sw );631 void OSDumpStopwatch ( OSStopwatch* sw );
35 OSStopwatch MySW;
238 static OSStopwatch myTotTime;239 static OSStopwatch myCpuTime;240 static OSStopwatch myGpTime;
295 static OSStopwatch myTotTime;