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.java260 List<SortShardObj> shardTimes = new ArrayList<>(); in topBottom() local
270 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()