Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfStatResultParser.java36 private static final String SIMPLEPERF_METRIC_HEAD = "Performance counter statistics:"; field in SimplePerfStatResultParser
63 if (line.contains(SIMPLEPERF_METRIC_HEAD) || line.equals("")) { in parseSingleLine()
96 int idx = output.indexOf(SIMPLEPERF_METRIC_HEAD); in parseRawOutput()
102 String simpleperfOutput = output.substring(idx + SIMPLEPERF_METRIC_HEAD.length() + 1); in parseRawOutput()