Searched refs:mTimeBins (Results 1 – 1 of 1) sorted by relevance
103 private final BinMap mTimeBins; field in SnapshotStatistics309 mTimes = new int[mTimeBins.count()]; in Stats()409 int[] keys = mTimeBins.userKeys(); in dumpTimes()492 mTimeBins = new BinMap(new int[] { 1, 2, 5, 10, 20, 50, 100 }); in SnapshotStatistics()541 final int timeBin = mTimeBins.getBin(duration / 1000); in rebuild()