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

Method stop

Processor/BaseMachine.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void BaseMachine::stop(int n)
228{
229 timer[n].stop(total_stats());
230 cout << "Stopped timer " << n << " at " << timer[n].elapsed() << " ("
231 << timer[n] << ")" << endl;
232}
233
234void BaseMachine::print_timers()
235{

Callers 15

add_openingsMethod · 0.45
startMethod · 0.45
ReceiveValuesMethod · 0.45
~InScopeMethod · 0.45
CheckMethod · 0.45
runMethod · 0.45
scheduleMethod · 0.45
resultMethod · 0.45
stop_timerMethod · 0.45
stop_onlineMethod · 0.45
join_tapeMethod · 0.45
runMethod · 0.45

Calls 1

elapsedMethod · 0.45

Tested by

no test coverage detected