Searched refs:shardTimes (Results 1 – 1 of 1) sorted by relevance
260 List<SortShardObj> shardTimes = new ArrayList<>(); in topBottom() local270 shardTimes.add(new SortShardObj(index, aggTime)); in topBottom()275 Collections.sort(shardTimes); in topBottom()276 if ((shardTimes.get(0).mAggTime - shardTimes.get(shardTimes.size() - 1).mAggTime) in topBottom()286 shardTimes.get(i).mIndex, in topBottom()287 TimeUtil.formatElapsedTime(shardTimes.get(i).mAggTime)); in topBottom()288 int give = shardTimes.get(i).mIndex; in topBottom()289 int receive = shardTimes.get(shardTimes.size() - 1 - i).mIndex; in topBottom()