Lines Matching defs:rounds
31 size_t N, size_t rounds, std::ofstream &log) {
42 for (size_t i = 0; i < rounds; i++) {
60 double my_average = static_cast<double>(timer.nanoseconds()) / N / rounds;
72 static_cast<double>(timer.nanoseconds()) / N / rounds;
83 static void run_perf(Func myFunc, Func otherFunc, int rounds,
89 1'000'001, rounds, log);
94 1'000'001, rounds, log);
101 rounds, log);
140 otherFunc, rounds, filename) \
143 OutputType, InputType>::run_perf(&myFunc, &otherFunc, rounds, \
146 OutputType, InputType>::run_perf(&myFunc, &otherFunc, rounds, \