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

Method start_online

Processor/ThreadQueue.cpp:125–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void ThreadQueue::start_online(Player& P, const TimerWithComm& prep_time)
126{
127 online_timer.start(P.total_comm());
128 online_prep_timer -= prep_time;
129
130 if (debug)
131 fprintf(stderr, "start online thread %lx timer at %f\n", long(this),
132 timer.elapsed());
133}
134
135void ThreadQueue::stop_online(Player& P, const TimerWithComm& prep_time)
136{

Callers 2

runMethod · 0.80
Sub_Main_FuncMethod · 0.80

Calls 3

total_commMethod · 0.80
startMethod · 0.45
elapsedMethod · 0.45

Tested by

no test coverage detected