Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java262 long aggTime = 0l; in topBottom() local
266 aggTime += ((IRuntimeHintProvider) test).getRuntimeHint(); in topBottom()
269 CLog.d("Shard %s approximate time: %s", index, TimeUtil.formatElapsedTime(aggTime)); in topBottom()
270 shardTimes.add(new SortShardObj(index, aggTime)); in topBottom()
303 public SortShardObj(int index, long aggTime) { in SortShardObj() argument
305 mAggTime = aggTime; in SortShardObj()