OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateTargetReps
(Results
1 - 2
of
2
) sorted by null
/external/caliper/caliper/src/test/java/com/google/caliper/worker/
RuntimeWorkerTest.java
18
import static com.google.caliper.worker.RuntimeWorker.
calculateTargetReps
;
43
long targetReps =
calculateTargetReps
(INITIAL_REPS,
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
67
nextReps =
calculateTargetReps
(totalReps, totalNanos, options.timingIntervalNanos,
94
@VisibleForTesting static long
calculateTargetReps
(long reps, long nanos, long targetNanos,
Completed in 302 milliseconds