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

Function BM_FormatIsoLocal

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

Source from the content-addressed store, hash-verified

38}
39
40void BM_FormatIsoLocal(benchmark::State& state) {
41 BenchFormatStream(FormatIsoLocal, state);
42}
43
44void BM_FormatLocal(benchmark::State& state) {
45 BenchFormatStream(FormatLocal, state);

Callers

nothing calls this directly

Calls 1

BenchFormatStreamFunction · 0.85

Tested by

no test coverage detected