Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DDataRecorder.java35 private Map<String, List<Long>> mLongMetrics = new HashMap<>(); field in DataRecorder
42 List<Long> list = mLongMetrics.computeIfAbsent(name, k -> new ArrayList<>()); in recordMetric()
58 for (Map.Entry<String, List<Long>> entry : mLongMetrics.entrySet()) { in reportMetrics()
84 return mLongMetrics.toString() + "," + mFloatMetrics.toString(); in toString()