Searched refs:aggTime (Results 1 – 1 of 1) sorted by relevance
262 long aggTime = 0l; in topBottom() local266 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() argument305 mAggTime = aggTime; in SortShardObj()