Searched refs:ROUND_COUNT (Results 1 – 2 of 2) sorted by relevance
58 private static final int ROUND_COUNT = 5; field in ComposBenchmark81 final List<Double> compileTimes = new ArrayList<>(ROUND_COUNT); in testHostCompileTime()86 for (int round = 0; round < ROUND_COUNT; ++round) { in testHostCompileTime()126 final List<Double> compileTimes = new ArrayList<>(ROUND_COUNT); in testGuestCompileTime()131 for (int round = 0; round < ROUND_COUNT; ++round) { in testGuestCompileTime()
75 private static final int ROUND_COUNT = 5; field in AVFHostTestCase163 new StartupTimeMetricCollection(getPackageName(launchIntentPackage), ROUND_COUNT); in appStartupHelper()241 for (int i = 0; i < ROUND_COUNT; i++) { in getAppStartupTime()279 for (int i = 0; i < ROUND_COUNT; i++) { in getAppStartupTime()288 for (int i = 0; i < ROUND_COUNT; i++) { in getAppStartupTime()427 List<Double> bootDmesgTime = new ArrayList<>(ROUND_COUNT); in composTestHelper()429 for (int round = 0; round < ROUND_COUNT; ++round) { in composTestHelper()