Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Performance/
Dperf-geo.c239 static OSStopwatch myCpuTime; variable
259 OSInitStopwatch(&myCpuTime, "myCpuTime"); in main()
276 OSResetStopwatch(&myCpuTime); in main()
328 OSStartStopwatch(&myCpuTime); in main()
353 OSStopStopwatch(&myCpuTime); // CPU is done here in main()
719 OSDumpStopwatch(&myCpuTime); in DumpStats()