OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_TEST_DURATION_NS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
ManualBenchmarkState.java
63
private static final long
TARGET_TEST_DURATION_NS
= TimeUnit.SECONDS.toNanos(16);
87
mMaxIterations = (int) (
TARGET_TEST_DURATION_NS
/ (warmupDuration / iterations));
BenchmarkState.java
63
private static final long
TARGET_TEST_DURATION_NS
= ms2ns(500); // target testing for 500 ms
124
mMaxIterations = (int) (
TARGET_TEST_DURATION_NS
/ (warmupDuration / iterations));
Completed in 2235 milliseconds