Searched refs:mStoredStatistics (Results 1 – 1 of 1) sorted by relevance
57 private final DescriptiveStatistics[] mStoredStatistics; field in UiBenchmarkResult79 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 …]