Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/
Dperf-geo.c240 static OSStopwatch myGpTime; variable
260 OSInitStopwatch(&myGpTime, "myGpTime"); in main()
278 OSResetStopwatch(&myGpTime); in main()
369 OSStartStopwatch(&myGpTime); // GP starts here in main()
419 OSStopStopwatch(&myGpTime); in main()
724 OSDumpStopwatch(&myGpTime); in DumpStats()