Searched refs:getIterations (Results 1 – 4 of 4) sorted by relevance
44 public int getIterations() { in getIterations() method in Result50 return getTotalTime() / getIterations(); in getAvg()61 return (float) Math.sqrt(sumSqDiff / getIterations()); in getStdevp()71 float[] array = new float[getIterations()]; in getTimes()72 for (int i = 0; i < getIterations(); i++) { in getTimes()
296 } while (r.getTotalTime() < minTime || r.getIterations() < minIter); in runBenchmarkLoop()325 Log.v("rs", "Test: time=" + r.getTotalTime() + "s, frames=" + r.getIterations() + in getBenchmark()
139 for (int i = 0; i < times.getIterations(); i++) { in writeResults()
96 mIterations = getIterations(); in setUp()100 public int getIterations() { in getIterations() method in GraphicsPerformanceTests.GraphicsTestBase136 public int getIterations() { in getIterations() method in GraphicsPerformanceTests.DecodeBitmapTest171 public int getIterations() { in getIterations() method in GraphicsPerformanceTests.DrawBitmapTest