Searched refs:startCpuTime (Results 1 – 1 of 1) sorted by relevance
50 static u64 startCpuTime; variable376 startCpuTime = OSGetTime(); in DEMOTestCheckPerfBegin()388 … DEMOPrintf("Demo CPU Time: %0.f usec\n", (f32)OSTicksToMicroseconds(endCpuTime - startCpuTime)); in DEMOTestCheckPerfEnd()403 … if ((f32)DEMOTestData.maxCPUTime < (f32)OSTicksToMicroseconds(endCpuTime - startCpuTime)) { in DEMOTestCheckPerfEnd()