Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java119 final String[] labels = { in logPerformanceStats() local
134 for (int i = 0; i < labels.length; ++i) { in logPerformanceStats()
136 message += " " + labels[i] + "=" + p; in logPerformanceStats()
137 log.addValue(prefix + "_" + labels[i], p / 1000., ResultType.NEUTRAL, ResultUnit.MS); in logPerformanceStats()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java119 final String[] labels = { in logPerformanceStats() local
134 for (int i = 0; i < labels.length; ++i) { in logPerformanceStats()
136 message += " " + labels[i] + "=" + p; in logPerformanceStats()
137 log.addValue(prefix + "_" + labels[i], p / 1000., ResultType.NEUTRAL, ResultUnit.MS); in logPerformanceStats()