Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ rounds
Method
rounds
Tools/TimerWithComm.cpp:42–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
size_t TimerWithComm::rounds() const
43
{
44
size_t res = 0;
45
for (auto& x : total_stats.comm_stats)
46
res += x.second.rounds;
47
return res;
48
}
49
50
TimerWithComm TimerWithComm::operator +(const TimerWithComm& other)
51
{
Callers
1
TimerWithComm.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected