Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java366 List<SortShardObj> shardTimes = new ArrayList<>(); in topBottom() local
376 shardTimes.add(new SortShardObj(index, aggTime)); in topBottom()
381 Collections.sort(shardTimes); in topBottom()
382 if ((shardTimes.get(0).mAggTime - shardTimes.get(shardTimes.size() - 1).mAggTime) in topBottom()
392 shardTimes.get(i).mIndex, in topBottom()
393 TimeUtil.formatElapsedTime(shardTimes.get(i).mAggTime)); in topBottom()
394 int give = shardTimes.get(i).mIndex; in topBottom()
395 int receive = shardTimes.get(shardTimes.size() - 1 - i).mIndex; in topBottom()