Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
move
Function · 0.50
Report
Method · 0.45
clear
Method · 0.45
Finish
Method · 0.45
Tested by
no test coverage detected