Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ start_timer
Method
start_timer
Processor/ThreadQueue.cpp:101–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void ThreadQueue::start_timer()
102
{
103
debug = OnlineOptions::singleton.has_option(
"debug_timers"
);
104
timer.start();
105
}
106
107
void ThreadQueue::stop_timer(Player& P)
108
{
Callers
1
Sub_Main_Func
Method · 0.45
Calls
2
has_option
Method · 0.80
start
Method · 0.45
Tested by
no test coverage detected