Structure to assist with archiving data during runtime and to a file.
More...
|
|
static void | WriteHeader (std::ostream &str) |
| |
|
|
std::string | GroupName |
| |
|
std::string | RunName |
| |
|
int64_t | ExperimentValue {0} |
| | The data set size, if one was specified.
|
| |
|
double | ExperimentValueScale {0} |
| |
|
uint64_t | FirstRanDate {0} |
| |
|
uint32_t | TotalSamplesCollected {0} |
| |
|
double | AverageBaseline {0} |
| |
|
double | MinBaseline {0} |
| |
|
uint64_t | MinBaseline_TimeSinceEpoch {0} |
| |
|
Stat | MinStats |
| |
|
double | MaxBaseline {0} |
| |
|
uint64_t | MaxBaseline_TimeSinceEpoch {0} |
| |
|
Stat | MaxStats |
| |
|
double | CurrentBaseline {0} |
| |
|
uint64_t | CurrentBaseline_TimeSinceEpoch {0} |
| |
|
Stat | CurrentStats |
| |
|
bool | Failure {false} |
| |
Structure to assist with archiving data during runtime and to a file.
The documentation for this struct was generated from the following file: