Searched refs:getMaxFPS (Results 1 – 2 of 2) sorted by relevance
37 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()
147 public double getMaxFPS() { in getMaxFPS() method in LoopSummary