Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DDataRecorder.java62 metrics.put(entry.getKey(), getFloatMedian(entry.getValue()).toString()); in reportMetrics()
76 private static Float getFloatMedian(List<Float> items) { in getFloatMedian() method in DataRecorder