Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the frontend have a function to display communication cost? #6

Closed
1228902681 opened this issue Nov 18, 2022 · 2 comments
Closed

Comments

@1228902681
Copy link

Hello, I run your code. It showed the running time. I want to see its communication cost. Can you tell me how you tested it?

@ladnir
Copy link
Contributor

ladnir commented Nov 21, 2022

Some do. For example

std::cout << sockets[0].bytesSent() << " " << sockets[1].bytesSent() << std::endl;

You could add this print to the others.

@1228902681
Copy link
Author

OK,thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants