Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Performance/
Dperf-geo.c240 static OSStopwatch myGpTime; variable
260 OSInitStopwatch(&myGpTime, "myGpTime"); in main()
277 OSResetStopwatch(&myGpTime); in main()
366 OSStartStopwatch(&myGpTime); // GP starts here in main()
416 OSStopStopwatch(&myGpTime); in main()
720 OSDumpStopwatch(&myGpTime); in DumpStats()