Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DLoopSummaryTest.java37 assertEquals(1e9, summary.getMaxFPS(), EPSILON); in testBasicLoop()
58 assertEquals(1e9 / 1, summary.getMaxFPS(), EPSILON); in testSimpleLoop()
79 assertEquals(1e9 / 1, summary.getMaxFPS(), EPSILON); in testLargeDataSetLoop()
155 assertEquals(1e9 / 1, summary.getMaxFPS(), EPSILON); in testParseRunMetrics()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java147 public double getMaxFPS() { in getMaxFPS() method in LoopSummary