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

Method total_stats

Processor/ThreadQueues.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197ThreadStats ThreadQueues::total_stats()
198{
199 ThreadStats res;
200 for (auto& queue : *this)
201 res += queue->get_stats();
202 return res;
203}
204
205NamedCommStats ThreadQueues::max_comm()
206{

Callers

nothing calls this directly

Calls 1

get_statsMethod · 0.80

Tested by

no test coverage detected