Searched refs:OSStopwatch (Results 1 – 4 of 4) sorted by relevance
608 typedef struct OSStopwatch struct619 } OSStopwatch; argument622 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 );
35 OSStopwatch MySW;
238 static OSStopwatch myTotTime;239 static OSStopwatch myCpuTime;240 static OSStopwatch myGpTime;
295 static OSStopwatch myTotTime;