Home
last modified time | relevance | path

Searched defs:runMetrics (Results 1 – 3 of 3) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java40 HashMap<String, Metric> runMetrics) { in parseRunMetrics()
292 HashMap<String, Metric> runMetrics) { in getMetricDoubleValue()
306 HashMap<String, Metric> runMetrics) { in getMetricLongValue()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java237 HashMap<String, MetricMeasurement.Metric> runMetrics = new HashMap<>(); in run() local
294 listener.testRunEnded(System.currentTimeMillis() - startTime, runMetrics); in run() local
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java104 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()