Searched refs:doSomeWork (Results 1 – 9 of 9) sorted by relevance
49 static void doSomeWork(int threadCount) { in doSomeWork() method in CPUIntensiveBenchmarks74 doSomeWork(1); in initializeBenchmarks()77 doSomeWork(2); in initializeBenchmarks()80 doSomeWork(4); in initializeBenchmarks()83 doSomeWork(8); in initializeBenchmarks()86 doSomeWork(16); in initializeBenchmarks()
44 public void doSomeWork(int durationMs) {45 Common.doSomeWork(durationMs);
45 public void doSomeWork(int durationMs) {46 Common.doSomeWork(durationMs);
24 public void doSomeWork(int durationMs) {} in doSomeWork() method in BaseCmdReceiver
115 public void doSomeWork(int durationMs) {116 Common.doSomeWork(durationMs);
30 public static void doSomeWork(int durationMs) { in doSomeWork() method in Common
210 doSomeWork(); in testCpuFreqTimes()238 doSomeWork(); in testCpuFreqTimes_screenOff()303 doSomeWork(PROCESS_STATE_TOP); in testCpuFreqTimes_stateTop()340 isolatedReceiver.doSomeWork(WORK_DURATION_MS); in testIsolatedCpuFreqTimes_stateService()377 doSomeWork(PROCESS_STATE_TOP_SLEEPING); in testCpuFreqTimes_stateTopSleeping()410 doSomeWork(PROCESS_STATE_FOREGROUND_SERVICE); in testCpuFreqTimes_stateFgService()443 doSomeWork(PROCESS_STATE_FOREGROUND); in testCpuFreqTimes_stateFg()476 doSomeWork(PROCESS_STATE_BACKGROUND); in testCpuFreqTimes_stateBg()509 doSomeWork(PROCESS_STATE_CACHED); in testCpuFreqTimes_stateCached()557 private void doSomeWork() throws Exception { in doSomeWork() method in BstatsCpuTimesValidationTest[all …]
93 doSomeWork(); in totalTimeInPowerBrackets()145 private void doSomeWork() throws Exception { in doSomeWork() method in CpuPowerStatsCollectorValidationTest149 receiver.doSomeWork(WORK_DURATION_MS); in doSomeWork()
20 void doSomeWork(int durationMs); in doSomeWork() method