Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfStatResultParser.java91 public static SimplePerfResult parseRawOutput(String output) { in parseRawOutput()
92 SimplePerfResult result = new SimplePerfResult(); in parseRawOutput()
DSimplePerfResult.java28 public class SimplePerfResult { class
39 public SimplePerfResult() { in SimplePerfResult() method in SimplePerfResult
DSimplePerfUtil.java93 public SimplePerfResult executeCommand(String command) throws DeviceNotAvailableException { in executeCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSimplePerfStatResultParserTest.java90 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(nullString); in testParseRawOutputWithNullString()
96 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(emptyString); in testParseRawOutputWithEmptyString()
113 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(validString); in testParseRawOutputWithValidString()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DEmmcPerformanceTest.java29 import com.android.tradefed.util.SimplePerfResult;
252 SimplePerfResult spResult = null; in runDdIteration()
283 SimplePerfResult spResult = null; in runRandomIteration()
306 private void simpleperfResultAggregation(SimplePerfResult spResult, in simpleperfResultAggregation()