Home
last modified time | relevance | path

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

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