Searched refs:targetTestDurationNs (Results 1 – 4 of 4) sorted by relevance
170 final long targetTestDurationNs = testAnnotation.targetTestDurationNs(); in configure() local171 if (targetTestDurationNs >= 0) { in configure()172 mTargetTestDurationNs = targetTestDurationNs; in configure()361 long targetTestDurationNs() default -1; in targetTestDurationNs() method
73 targetTestDurationNs = 20 * TIME_1_S_IN_NS,
80 @ManualBenchmarkTest(warmupDurationNs = TIME_1_S_IN_NS, targetTestDurationNs = TIME_5_S_IN_NS)
160 targetTestDurationNs = TIME_5_S_IN_NS,