MCPcopy 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
101void ThreadQueue::start_timer()
102{
103 debug = OnlineOptions::singleton.has_option("debug_timers");
104 timer.start();
105}
106
107void ThreadQueue::stop_timer(Player& P)
108{

Callers 1

Sub_Main_FuncMethod · 0.45

Calls 2

has_optionMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected