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

Method get_comm_stats

Processor/ThreadQueue.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return res;
83}
84NamedCommStats ThreadQueue::get_comm_stats()
85{
86 lock.lock();
87 auto res = thread_stats.comm_stats;
88 lock.unlock();
89 return res;
90}
91
92
93ThreadStats ThreadQueue::get_stats()

Callers 3

extra_commMethod · 0.45
extra_commMethod · 0.45
max_commMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected