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

Method Finish

library/cpp/testing/benchmark/bench.cpp:422–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 void Finish() override {
423 for (auto& it : OrderedResultQueue_) {
424 Slave_->Report(std::move(it.second));
425 }
426 OrderedResultQueue_.clear();
427 Slave_->Finish();
428 }
429
430 private:
431 THolder<IReporter> Slave_;

Callers

nothing calls this directly

Calls 4

moveFunction · 0.50
ReportMethod · 0.45
clearMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected