Searched refs:TARGET_TEST_DURATION_NS (Results 1 – 2 of 2) sorted by relevance
64 private static final long TARGET_TEST_DURATION_NS = ms2ns(500); // target testing for 500 ms field in BenchmarkState125 mMaxIterations = (int) (TARGET_TEST_DURATION_NS / (warmupDuration / iterations)); in beginBenchmark()
114 private static final long TARGET_TEST_DURATION_NS = TimeUnit.SECONDS.toNanos(16); field in ManualBenchmarkState127 private long mTargetTestDurationNs = TARGET_TEST_DURATION_NS;