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

Method Run

library/cpp/testing/benchmark/bench.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 TResult TCpuBenchmark::Run(const TOptions& opts) {
277 return RunTest<TCycleTimer>([this](size_t n) {
278 NCpu::TParams params{n};
279
280 F(params);
281 }, opts.TimeBudget, *this);
282 }
283
284 enum EOutFormat {
285 F_CONSOLE = 0 /* "console" */,

Callers 1

MainMethod · 0.45

Calls 1

FFunction · 0.85

Tested by

no test coverage detected