Searched refs:aggTime (Results 1 – 1 of 1) sorted by relevance
368 long aggTime = 0L; in topBottom() local372 aggTime += ((IRuntimeHintProvider) test).getRuntimeHint(); in topBottom()375 CLog.d("Shard %s approximate time: %s", index, TimeUtil.formatElapsedTime(aggTime)); in topBottom()376 shardTimes.add(new SortShardObj(index, aggTime)); in topBottom()409 public SortShardObj(int index, long aggTime) { in SortShardObj() argument411 mAggTime = aggTime; in SortShardObj()