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

Method max_comm

Processor/ThreadQueues.cpp:205–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205NamedCommStats ThreadQueues::max_comm()
206{
207 NamedCommStats max;
208 if (size() > 2)
209 for (auto& queue : *this)
210 max.imax(queue->get_comm_stats());
211 return max;
212}

Callers 1

stop_threadsMethod · 0.80

Calls 2

sizeFunction · 0.85
get_comm_statsMethod · 0.45

Tested by

no test coverage detected