Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java235 long readyTimeDiff = readyTime - prevReadyTime; in processTimestampsSlice() local
237 summary.addFrameTime(READY, readyTimeDiff); in processTimestampsSlice()
244 readyTimeDiff / 1000000, in processTimestampsSlice()
245 readyTimeDiff % 1000000)); in processTimestampsSlice()