| 46 | } |
| 47 | |
| 48 | void BM_ToStringIsoLocal(benchmark::State& state) { |
| 49 | BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state); |
| 50 | } |
| 51 | |
| 52 | void BM_ToStringLocal(benchmark::State& state) { |
| 53 | BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state); |
nothing calls this directly
no test coverage detected