Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java128 String stdevMetricName = String.format("%s-%s", inodeopVersion, "exec_time_stdev_ms"); in reportInodeopMetrics() local
130 metrics.put(stdevMetricName, String.format("%.4f", executionTimeStats.stdev())); in reportInodeopMetrics()
DDDBenchmarkTest.java165 String stdevMetricName = String.format("%s-%s", ddVersion, "bandwidth_stdev_MiB_s"); in reportDDMetrics() local
167 metrics.put(stdevMetricName, String.format("%.4f", bandwidthStats.stdev())); in reportDDMetrics()