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

  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MicrobenchmarkAllocationWorker.java 44 private static final int DETERMINISTIC_BENCHMARK_THRESHOLD = 2;
50 private static final int DETERMINISTIC_MEASUREMENT_COUNT = DETERMINISTIC_BENCHMARK_THRESHOLD + 3;
84 * the value of {@link #DETERMINISTIC_BENCHMARK_THRESHOLD} should be increased.
99 if (++matchingSequenceLength == DETERMINISTIC_BENCHMARK_THRESHOLD) {
124 DETERMINISTIC_BENCHMARK_THRESHOLD, builder));
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 53 milliseconds