Thrill
0.1
|
Definition at line 33 of file manager.hpp.
#include <manager.hpp>
Public Member Functions | |
Traffic (size_t tx, size_t rx) | |
constructor More... | |
size_t | total () const |
both transmitted and received bytes More... | |
Public Attributes | |
size_t | rx |
received bytes More... | |
size_t | tx |
transmitted bytes More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Traffic &t) |
formatting: print total More... | |
|
inline |
constructor
Definition at line 41 of file manager.hpp.
References Traffic::operator<<.
Referenced by Manager::GetDataGroup().
|
inline |
both transmitted and received bytes
Definition at line 39 of file manager.hpp.
References Traffic::rx.
Referenced by thrill::net::operator<<().
|
friend |
size_t rx |
received bytes
Definition at line 37 of file manager.hpp.
Referenced by Context::Launch(), and Traffic::total().
size_t tx |