mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Maintenance.
This commit is contained in:
@@ -123,7 +123,9 @@ BreakType Program::execute(Processor<T>& Proc, U& dynamic_memory,
|
||||
}
|
||||
time++;
|
||||
#ifdef DEBUG_COMPLEXITY
|
||||
cout << "complexity at " << time << ": " << Proc.complexity << endl;
|
||||
cout << T::part_type::name() << " complexity at " << time << ": " <<
|
||||
Proc.complexity << " after " << hex <<
|
||||
instruction.get_opcode() << dec << endl;
|
||||
#endif
|
||||
}
|
||||
while (Proc.complexity < (size_t) OnlineOptions::singleton.batch_size);
|
||||
|
||||
Reference in New Issue
Block a user