#include <BoxStatsSample.h>
Note that this doesn't necessarily count all the activity that occured during that second: It may be added to later, and may need to be merged with other BoxStatsSamples from the same second, to get the final answer for what happened during that second.
Public Member Functions | |
BoxStatsSample (unsigned long tv_sec, size_t tuplesConsumed, const vector< size_t > tuplesProduced) | |
string | to_string () const |
Public Attributes | |
long | _tv_sec |
size_t | _tuplesConsumed |
vector< size_t > | _tuplesProduced |
|
|
|
|
|
|
|
|
|
|