HomeSort by relevance Sort by last modified time
    Searched refs:MAX_TEST_ITERATIONS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
ManualBenchmarkState.java 64 private static final int MAX_TEST_ITERATIONS = 1000000;
88 mMaxIterations = Math.min(MAX_TEST_ITERATIONS,
BenchmarkState.java 64 private static final int MAX_TEST_ITERATIONS = 1000000;
125 mMaxIterations = Math.min(MAX_TEST_ITERATIONS,

Completed in 66 milliseconds