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

Method start

Tools/TimerWithComm.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void TimerWithComm::start(const ThreadStats& stats)
19{
20 Timer::start();
21 last_stats = stats;
22 cpu_timer.start();
23}
24
25void TimerWithComm::stop(const ThreadStats& stats)
26{

Callers 5

nextMethod · 0.45
runMethod · 0.45
requestMethod · 0.45
LocationScopeMethod · 0.45
readMethod · 0.45

Calls 1

startClass · 0.85

Tested by

no test coverage detected