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

Method SetCurrentOperation

library/cpp/par/par.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6namespace NPar {
7 void TJobDescription::SetCurrentOperation(IDistrCmd* op) {
8 CHROMIUM_TRACE_FUNCTION();
9 TObj<IDistrCmd> opPtr = op;
10 SerializeToMem(&Cmds.emplace_back(), opPtr);
11 }
12
13 void TJobDescription::SetCurrentOperation(const TVector<char>& op) {
14 CHROMIUM_TRACE_FUNCTION();

Callers 4

MapFunction · 0.80
CalcDistributedFunction · 0.80
MRCommandCompleteMethod · 0.80
MakeRunOnRangeImplFunction · 0.80

Calls 4

SerializeToMemFunction · 0.85
emplace_backMethod · 0.45
emptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected