Searched refs:Microbenchmark (Results 1 – 25 of 73) sorted by relevance
123
19 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)
20 import android.platform.test.microbenchmark.Microbenchmark;25 @RunWith(Microbenchmark.class)32 @Microbenchmark.TightMethodRule public StopwatchRule stopwatchRule = new StopwatchRule();
20 import android.platform.test.microbenchmark.Microbenchmark;21 import android.platform.test.microbenchmark.Microbenchmark.TightMethodRule;26 @RunWith(Microbenchmark.class)
19 import android.platform.test.microbenchmark.Microbenchmark;20 import android.platform.test.microbenchmark.Microbenchmark.TightMethodRule;26 @RunWith(Microbenchmark.class)
18 import android.platform.test.microbenchmark.Microbenchmark;22 @RunWith(Microbenchmark.class)
27 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)
19 import android.platform.test.microbenchmark.Microbenchmark;24 @RunWith(Microbenchmark.class)
19 import android.platform.test.microbenchmark.Microbenchmark;26 @RunWith(Microbenchmark.class)
18 import android.platform.test.microbenchmark.Microbenchmark;23 @RunWith(Microbenchmark.class)
18 import android.platform.test.microbenchmark.Microbenchmark;24 @RunWith(Microbenchmark.class)
28 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 …]
19 import android.platform.test.microbenchmark.Microbenchmark;25 @RunWith(Microbenchmark.class)
20 import android.platform.test.microbenchmark.Microbenchmark;25 @RunWith(Microbenchmark.class)
16 import android.platform.test.microbenchmark.Microbenchmark;25 @RunWith(Microbenchmark.class)