Searched refs:SimplePerfResult (Results 1 – 5 of 5) sorted by relevance
91 public static SimplePerfResult parseRawOutput(String output) { in parseRawOutput()92 SimplePerfResult result = new SimplePerfResult(); in parseRawOutput()
28 public class SimplePerfResult { class39 public SimplePerfResult() { in SimplePerfResult() method in SimplePerfResult
93 public SimplePerfResult executeCommand(String command) throws DeviceNotAvailableException { in executeCommand()
101 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(nullString); in testParseRawOutputWithNullString()108 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(emptyString); in testParseRawOutputWithEmptyString()126 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(validString); in testParseRawOutputWithValidString()
29 import com.android.tradefed.util.SimplePerfResult;268 SimplePerfResult spResult = null; in runDdIteration()299 SimplePerfResult spResult = null; in runRandomIteration()323 SimplePerfResult spResult, Map<String, SimpleStats> simpleperfMetricsMap) { in simpleperfResultAggregation()