Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java53 private static ArrayList<Double> appResultsWithMode = new ArrayList<Double>(); field in SustainedPerformanceHostTest
129 appResultsWithMode.add(testSet[5]); in analyzeResults()
146 appResultsWithMode.add(0, min); in analyzeResults()
147 appResultsWithMode.add(1, max); in analyzeResults()
148 appResultsWithMode.add(2, diff); in analyzeResults()
191 appResultsWithMode.clear(); in testShader()
242 …double perfdegradapp = (appResultsWithMode.get(1) - appResultsWithoutMode.get(1))*100/appResultsWi… in testShader()
251 (appResultsWithMode.get(2)) > 5); in testShader()