| 50 | } |
| 51 | |
| 52 | void BM_ToStringLocal(benchmark::State& state) { |
| 53 | BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state); |
| 54 | } |
| 55 | |
| 56 | BENCHMARK(BM_FormatIsoLocal); |
| 57 | BENCHMARK(BM_FormatLocal); |
nothing calls this directly
no test coverage detected