Searched refs:TARGET_TEST_DURATION_NS (Results 1 – 2 of 2) sorted by relevance
63 private static final long TARGET_TEST_DURATION_NS = TimeUnit.SECONDS.toNanos(16); field in ManualBenchmarkState87 mMaxIterations = (int) (TARGET_TEST_DURATION_NS / (warmupDuration / iterations)); in beginBenchmark()
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()