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

Method start

Processor/BaseMachine.cpp:219–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void BaseMachine::start(int n)
220{
221 cout << "Starting timer " << n << " at " << timer[n].elapsed()
222 << " (" << timer[n] << ")"
223 << " after " << timer[n].idle() << endl;
224 timer[n].start(total_stats());
225}
226
227void BaseMachine::stop(int n)
228{

Callers 13

scheduleMethod · 0.45
resultMethod · 0.45
start_timerMethod · 0.45
start_onlineMethod · 0.45
join_tapeMethod · 0.45
runMethod · 0.45
read_socket_intsMethod · 0.45
read_socket_vectorMethod · 0.45
read_socket_privateMethod · 0.45
Sub_Main_FuncMethod · 0.45
executeMethod · 0.45
execute_with_errorsMethod · 0.45

Calls 2

idleMethod · 0.80
elapsedMethod · 0.45

Tested by

no test coverage detected