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

Function MakeOrderedReporter

library/cpp/testing/benchmark/bench.cpp:455–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 }
454
455 THolder<IReporter> MakeOrderedReporter(const EOutFormat type, IOutputStream& outputStream) {
456 return MakeHolder<TOrderedReporter>(MakeReporter(type, outputStream));
457 }
458
459 void EnumerateTests(TVector<ITestRunner*>& tests) {
460 for (size_t id : xrange(tests.size())) {

Callers 1

MainMethod · 0.85

Calls 1

MakeReporterFunction · 0.85

Tested by

no test coverage detected