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

  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MicrobenchmarkAllocationWorker.java 38 private static final int MAX_REPS = 100;
129 // [1, MAX_REPS]
130 int measurementReps = random.nextInt(MAX_REPS) + 1;
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 277 milliseconds