Searched refs:ManualBenchmarkTest (Results 1 – 5 of 5) sorted by relevance
24 import android.perftests.utils.ManualBenchmarkState.ManualBenchmarkTest;72 @ManualBenchmarkTest(
26 import android.perftests.utils.ManualBenchmarkState.ManualBenchmarkTest;80 @ManualBenchmarkTest(warmupDurationNs = TIME_1_S_IN_NS, targetTestDurationNs = TIME_5_S_IN_NS)
38 import android.perftests.utils.ManualBenchmarkState.ManualBenchmarkTest;158 @ManualBenchmarkTest(
62 mState.configure(description.getAnnotation(ManualBenchmarkState.ManualBenchmarkTest.class)); in apply()
161 void configure(ManualBenchmarkTest testAnnotation) { in configure()359 public @interface ManualBenchmarkTest { annotation