MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / stop_online

Method stop_online

Processor/ThreadQueue.cpp:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void ThreadQueue::stop_online(Player& P, const TimerWithComm& prep_time)
136{
137 online_timer.stop(P.total_comm());
138 online_prep_timer += prep_time;
139
140 if (debug)
141 fprintf(stderr, "stop online thread %lx timer at %f\n", long(this),
142 timer.elapsed());
143}

Callers 2

runMethod · 0.80
Sub_Main_FuncMethod · 0.80

Calls 3

total_commMethod · 0.80
stopMethod · 0.45
elapsedMethod · 0.45

Tested by

no test coverage detected