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

Method sum

Processor/ThreadQueues.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164TimerWithComm ThreadQueues::sum(const string& phase)
165{
166 TimerWithComm res;
167 for (auto& x : *this)
168 res += x->timers[phase];
169 return res;
170}
171
172void ThreadQueues::print_breakdown()
173{

Callers 15

buffer_inputsMethod · 0.45
splitMethod · 0.45
trunc_prMethod · 0.45
shuffle_jobMethod · 0.45
exchangeMethod · 0.45
trunc_prMethod · 0.45
unsplitMethod · 0.45
finalizeMethod · 0.45
finalizeMethod · 0.45
finalize_rawMethod · 0.45
neg_lambda_sumMethod · 0.45
CheckForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected