Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DGameQualificationFpsCollectorTest.java66 assertEquals(3, metrics.get(0).getFrameReadyTime()); in basic()
69 assertEquals(6, metrics.get(1).getFrameReadyTime()); in basic()
73 assertEquals(9, metrics.get(2).getFrameReadyTime()); in basic()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationMetric.java32 public long getFrameReadyTime() { in getFrameReadyTime() method in GameQualificationMetric
DGameQualificationFpsCollector.java216 long readyTime = metric.getFrameReadyTime(); in processTimestampsSlice()