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

Method time

Processor/BaseMachine.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void BaseMachine::time()
215{
216 cout << "Elapsed time: " << timer[0].elapsed() << endl;
217}
218
219void BaseMachine::start(int n)
220{

Callers 5

__init__Method · 0.80
compile_fileMethod · 0.80
dependency_graphMethod · 0.80
executeMethod · 0.80

Calls 1

elapsedMethod · 0.45

Tested by

no test coverage detected