Lines Matching refs:reps
30 @Benchmark void newDecimalFormatSymbols(int reps) { in newDecimalFormatSymbols() argument
31 for (int i = 0; i < reps; ++i) { in newDecimalFormatSymbols()
36 @Benchmark void clonedDecimalFormatSymbols(int reps) { in clonedDecimalFormatSymbols() argument
38 for (int i = 0; i < reps; ++i) { in clonedDecimalFormatSymbols()
43 @Benchmark void newNumberFormat(int reps) { in newNumberFormat() argument
44 for (int i = 0; i < reps; ++i) { in newNumberFormat()
49 @Benchmark void clonedNumberFormat(int reps) { in clonedNumberFormat() argument
51 for (int i = 0; i < reps; ++i) { in clonedNumberFormat()
56 @Benchmark void newSimpleDateFormat(int reps) { in newSimpleDateFormat() argument
57 for (int i = 0; i < reps; ++i) { in newSimpleDateFormat()
62 @Benchmark void clonedSimpleDateFormat(int reps) { in clonedSimpleDateFormat() argument
64 for (int i = 0; i < reps; ++i) { in clonedSimpleDateFormat()