mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Expected communication cost in compiler.
This commit is contained in:
@@ -115,6 +115,7 @@ void ThreadMaster<T>::run_with_error()
|
||||
for (auto thread : threads)
|
||||
{
|
||||
stats += thread->P->total_comm();
|
||||
stats += thread->extra_comm();
|
||||
exe_stats += thread->processor.stats;
|
||||
delete thread;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user