Lines Matching refs:reps
53 @Benchmark void timeNanoTime(int reps) { in timeNanoTime() argument
54 for (int i = 0; i < reps; i++) { in timeNanoTime()
74 @Benchmark void timeNanoTime(int reps) { in timeNanoTime() argument
75 for (int i = 0; i < reps; i++) { in timeNanoTime()
79 @Benchmark void timeCurrentTimeMillis(int reps) { in timeCurrentTimeMillis() argument
80 for (int i = 0; i < reps; i++) { in timeCurrentTimeMillis()
94 @Benchmark void timeArrayIteration_BAD(int reps) { in timeArrayIteration_BAD() argument
95 for (int i = 0; i < reps; i++) { in timeArrayIteration_BAD()
130 @Benchmark int timeArrayIteration_fixed(int reps) { in timeArrayIteration_fixed() argument
132 for (int i = 0; i < reps; i++) { in timeArrayIteration_fixed()
178 @Benchmark int timeArrayIteration(int reps) { in timeArrayIteration() argument
180 for (int i = 0; i < reps; i++) { in timeArrayIteration()