Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp647 auto cpuTimeStart = android::base::cpuTime(); in TEST_F() local
660 auto cpuTime = android::base::cpuTime() - cpuTimeStart; in TEST_F()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4615 auto cpuTimeStart = android::base::cpuTime(); in glTestHostDriverPerformance() local
4628 auto cpuTime = android::base::cpuTime() - cpuTimeStart; in glTestHostDriverPerformance()