Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java127 String meanMetricName = String.format("%s-%s", inodeopVersion, "exec_time_avg_ms"); in reportInodeopMetrics() local
129 metrics.put(meanMetricName, String.format("%.4f", executionTimeStats.mean())); in reportInodeopMetrics()
DDDBenchmarkTest.java164 String meanMetricName = String.format("%s-%s", ddVersion, "bandwidth_avg_MiB_s"); in reportDDMetrics() local
166 metrics.put(meanMetricName, String.format("%.4f", bandwidthStats.mean())); in reportDDMetrics()