Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

BoxStatsSample Struct Reference

#include <BoxStatsSample.h>

List of all members.


Detailed Description

Describes, for some particular second in time, the runtime stats of a some QBox in the Aurora runtime.

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


Constructor & Destructor Documentation

BoxStatsSample::BoxStatsSample unsigned long  tv_sec,
size_t  tuplesConsumed,
const vector< size_t >  tuplesProduced
 


Member Function Documentation

string BoxStatsSample::to_string  )  const
 


Member Data Documentation

size_t BoxStatsSample::_tuplesConsumed
 

vector<size_t> BoxStatsSample::_tuplesProduced
 

long BoxStatsSample::_tv_sec
 


The documentation for this struct was generated from the following file:
Generated on Fri Nov 12 15:15:23 2004 for Borealis by doxygen 1.3.8