Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java80 private boolean hasCollectedMetrics = false; field in InodeopBenchmarkTest
88 hasCollectedMetrics = parseInodeopOutput(result) || hasCollectedMetrics; in run()
120 if (!hasCollectedMetrics) { in reportInodeopMetrics()
DDDBenchmarkTest.java94 private boolean hasCollectedMetrics = false; field in DDBenchmarkTest
103 hasCollectedMetrics = parseDDOutput(result) || hasCollectedMetrics; in run()
157 if (!hasCollectedMetrics) { in reportDDMetrics()