Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
NamedCommStats 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_threads
Method · 0.80
Calls
2
size
Function · 0.85
get_comm_stats
Method · 0.45
Tested by
no test coverage detected