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

Function BM_FormatLocal

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

Source from the content-addressed store, hash-verified

42}
43
44void BM_FormatLocal(benchmark::State& state) {
45 BenchFormatStream(FormatLocal, state);
46}
47
48void BM_ToStringIsoLocal(benchmark::State& state) {
49 BenchToString(std::mem_fn(&TInstant::ToIsoStringLocal), state);

Callers

nothing calls this directly

Calls 1

BenchFormatStreamFunction · 0.85

Tested by

no test coverage detected