Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/
Dperf-geo.c239 static OSStopwatch myCpuTime; variable
259 OSInitStopwatch(&myCpuTime, "myCpuTime"); in main()
277 OSResetStopwatch(&myCpuTime); in main()
330 OSStartStopwatch(&myCpuTime); in main()
355 OSStopStopwatch(&myCpuTime); // CPU is done here in main()
723 OSDumpStopwatch(&myCpuTime); in DumpStats()