MCPcopy Create free account
hub / github.com/catboost/catboost / BM_ToStringIsoLocal

Function BM_ToStringIsoLocal

util/datetime/benchmark/format/main.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void BM_ToStringIsoLocal(benchmark::State& state) {
49 BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state);
50}
51
52void BM_ToStringLocal(benchmark::State& state) {
53 BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state);

Callers

nothing calls this directly

Calls 1

BenchToStringFunction · 0.85

Tested by

no test coverage detected