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

  /external/caliper/caliper/src/test/java/com/google/caliper/worker/
RuntimeWorkerTest.java 17 import static com.google.caliper.worker.RuntimeWorker.INITIAL_REPS;
43 long targetReps = calculateTargetReps(INITIAL_REPS,
44 oneCycle.times(INITIAL_REPS).to(NANOSECONDS), TIMING_INTERVAL.to(NANOSECONDS), 0.0);
51 calculateTargetReps(INITIAL_REPS, HOURS.toNanos(1), TIMING_INTERVAL.to(NANOSECONDS), 0.0);
56 long targetReps = calculateTargetReps(INITIAL_REPS, MILLISECONDS.toNanos(100),
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
RuntimeWorker.java 42 @VisibleForTesting static final int INITIAL_REPS = 100;
62 totalReps = INITIAL_REPS;
63 totalNanos = invokeTimeMethod(INITIAL_REPS);

Completed in 55 milliseconds