| 12 | #include <numeric> |
| 13 | |
| 14 | void benchmark::ConsolePrinter::header() |
| 15 | { |
| 16 | std::cout << "# Benchmark, evals, iterations, total, min, max, median" << std::endl; |
| 17 | } |
| 18 | |
| 19 | void benchmark::ConsolePrinter::result(const State& state) |
| 20 | { |
no outgoing calls
no test coverage detected