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

Function CheckSchedule

library/cpp/par/par_exec.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 TAtomic TMRCommandExec::RemoteMapWins = 0;
9
10 static void CheckSchedule(const TJobRequest& src) {
11 for (int i = 0; i < src.Descr.ExecList.ysize(); ++i) {
12 int compId = src.Descr.ExecList[i].CompId;
13 Y_ASSERT(IsIn(src.ExecPlan, compId));
14 (void)compId;
15 }
16 }
17
18 static bool ScheduleJobRequest(TJobRequest* src, TRemoteQueryProcessor* queryProc) {
19 TVector<bool> selectedComps;

Callers 2

ScheduleJobRequestFunction · 0.85
RescheduleJobRequestFunction · 0.85

Calls 2

IsInFunction · 0.85
ysizeMethod · 0.45

Tested by

no test coverage detected