Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java57 private final DescriptiveStatistics[] mStoredStatistics; field in UiBenchmarkResult
79 return mStoredStatistics[pos].getMean(); in getAverage()
84 return mStoredStatistics[pos].getMin(); in getMinimum()
89 return mStoredStatistics[pos].getMax(); in getMaximum()
94 double[] storedMetrics = mStoredStatistics[pos].getValues(); in getMaximumIndex()
118 if (mStoredStatistics.length == 0) { in getTotalFrameCount()
122 return (int) mStoredStatistics[0].getN(); in getTotalFrameCount()
222 mStoredStatistics[i] = stats; in insertMetrics()
236 DescriptiveStatistics stats = mStoredStatistics[i]; in insertValues()
239 mStoredStatistics[i] = stats; in insertValues()
[all …]