Home
last modified time | relevance | path

Searched refs:Microbenchmark (Results 1 – 25 of 73) sorted by relevance

123

/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/sample/
DSampleMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
20 import android.platform.test.microbenchmark.Microbenchmark.NoMetricAfter;
21 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;
33 @RunWith(Microbenchmark.class)
/platform_testing/tests/automotive/health/multiuser/tests/src/android/platform/scenario/multiuser/nonui/
DSwitchToExistingSecondaryUserBenchmark.java20 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)
32 @Microbenchmark.TightMethodRule public StopwatchRule stopwatchRule = new StopwatchRule();
DSwitchToNewGuestBenchmark.java20 import android.platform.test.microbenchmark.Microbenchmark;
21 import android.platform.test.microbenchmark.Microbenchmark.TightMethodRule;
26 @RunWith(Microbenchmark.class)
DSwitchToNewSecondaryUserBenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
20 import android.platform.test.microbenchmark.Microbenchmark.TightMethodRule;
26 @RunWith(Microbenchmark.class)
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/generic/
DMathWorkMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
22 @RunWith(Microbenchmark.class)
DCloseAppsToHomeMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
22 @RunWith(Microbenchmark.class)
DOpenAppsFromHomeMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
22 @RunWith(Microbenchmark.class)
DIdleInAppMicrobenchmark.java27 import android.platform.test.microbenchmark.Microbenchmark;
28 import android.platform.test.microbenchmark.Microbenchmark.NoMetricAfter;
29 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;
38 @RunWith(Microbenchmark.class)
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/sleep/
DIdleMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
DIdleSystemUiMemoryMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
26 @RunWith(Microbenchmark.class)
DIdleSystemServerMemoryMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
26 @RunWith(Microbenchmark.class)
/platform_testing/tests/automotive/health/dial/tests/src/android/platform/scenario/dial/
DScrollContactListMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
23 @RunWith(Microbenchmark.class)
DOpenColdAppMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
DOpenAppMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
DOpenHotAppMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java28 import android.platform.test.microbenchmark.Microbenchmark.TerminateEarlyException;
93 Microbenchmark microbench = new Microbenchmark(BasicTest.class, args); in testIterationCount()
273 args.putString(Microbenchmark.MIN_BATTERY_LEVEL_OPTION, "50"); in testStopsEarly_ifBatteryLevelIsBelowThreshold()
274 args.putString(Microbenchmark.MAX_BATTERY_DRAIN_OPTION, "20"); in testStopsEarly_ifBatteryLevelIsBelowThreshold()
275 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testStopsEarly_ifBatteryLevelIsBelowThreshold()
300 args.putString(Microbenchmark.MIN_BATTERY_LEVEL_OPTION, "40"); in testStopsEarly_ifBatteryDrainIsAboveThreshold()
301 args.putString(Microbenchmark.MAX_BATTERY_DRAIN_OPTION, "20"); in testStopsEarly_ifBatteryDrainIsAboveThreshold()
302 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testStopsEarly_ifBatteryDrainIsAboveThreshold()
330 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testAlignWithBatteryChargeCounter()
363 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testAlignWithBatteryChargeCounter_timesOut()
[all …]
/platform_testing/tests/automotive/health/settings/tests/src/android/platform/scenario/settings/
DOpenHotAppMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)
DOpenAppMicrobenchmark.java20 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)
DOpenColdAppMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)
DScrollInAppMicrobenchmark.java19 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)
/platform_testing/tests/automotive/health/mediacenter/tests/src/android/platform/scenario/mediacenter/
DOpenAppMicrobenchmark.java20 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)
DScrollMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
/platform_testing/tests/automotive/health/appgrid/tests/src/android/platform/scenario/appgrid/
DScrollMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
/platform_testing/tests/automotive/health/notification/tests/src/android/platform/scenario/notification/
DScrollMicrobenchmark.java18 import android.platform.test.microbenchmark.Microbenchmark;
24 @RunWith(Microbenchmark.class)
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/codelab/answers/
DOpenCalculatorMicrobenchmark.java16 import android.platform.test.microbenchmark.Microbenchmark;
25 @RunWith(Microbenchmark.class)

123