mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-08 21:18:03 -05:00
Print all timers in binary machines.
This commit is contained in:
@@ -31,8 +31,6 @@ protected:
|
||||
string domain;
|
||||
string relevant_opts;
|
||||
|
||||
void print_timers();
|
||||
|
||||
virtual void load_program(const string& threadname, const string& filename);
|
||||
|
||||
public:
|
||||
@@ -65,6 +63,8 @@ public:
|
||||
void start(int n);
|
||||
void stop(int n);
|
||||
|
||||
void print_timers();
|
||||
|
||||
virtual void reqbl(int) {}
|
||||
|
||||
static OTTripleSetup fresh_ot_setup(Player& P);
|
||||
|
||||
Reference in New Issue
Block a user