replace netmp::count

This commit is contained in:
Andrew Morris
2025-01-29 13:38:03 +11:00
parent be5394b510
commit 6c937c9129
4 changed files with 25 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ int main(int argc, char** argv) {
}
mpc->online(&input, &output);
uint64_t band2 = io.count();
uint64_t band2 = count_multi_io(io);
cout <<"bandwidth\t"<<party<<"\t"<<band2<<endl;
cout <<"ONLINE:\t"<<party<<"\n";