Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
84
NamedCommStats ThreadQueue::get_comm_stats()
85
{
86
lock.lock();
87
auto res = thread_stats.comm_stats;
88
lock.unlock();
89
return res;
90
}
91
92
93
ThreadStats ThreadQueue::get_stats()
Callers
3
extra_comm
Method · 0.45
extra_comm
Method · 0.45
max_comm
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected