Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/benchmark/src/java/com/android/compos/benchmark/
DComposBenchmark.java58 private static final int ROUND_COUNT = 5; field in ComposBenchmark
81 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()
/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java75 private static final int ROUND_COUNT = 5; field in AVFHostTestCase
163 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()