| 38 | } |
| 39 | |
| 40 | void BM_FormatIsoLocal(benchmark::State& state) { |
| 41 | BenchFormatStream(FormatIsoLocal, state); |
| 42 | } |
| 43 | |
| 44 | void BM_FormatLocal(benchmark::State& state) { |
| 45 | BenchFormatStream(FormatLocal, state); |
nothing calls this directly
no test coverage detected