Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java369 long[] shardTimes = new long[shards]; in splitModules() local
375 shardTimes[shardIndex] += module.second; in splitModules()
392 shardIndex, TimeUtil.formatElapsedTime(shardTimes[shardIndex]))); in splitModules()