| 42 | } |
| 43 | |
| 44 | void BM_FormatLocal(benchmark::State& state) { |
| 45 | BenchFormatStream(FormatLocal, state); |
| 46 | } |
| 47 | |
| 48 | void BM_ToStringIsoLocal(benchmark::State& state) { |
| 49 | BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state); |
nothing calls this directly
no test coverage detected