Searched refs:getLongMedian (Results 1 – 1 of 1) sorted by relevance
59 metrics.put(entry.getKey(), getLongMedian(entry.getValue()).toString()); in reportMetrics()70 private static Long getLongMedian(List<Long> items) { in getLongMedian() method in DataRecorder