#include <GlobalStatistics.h>
Public Member Functions | |
| OutVector (const std::string &name) | |
Public Attributes | |
| cOutVector | vector |
| output vector | |
| int | count |
| number of recorded values | |
| double | value |
| sum of values | |
| double | avg |
Definition at line 101 of file GlobalStatistics.h.
| GlobalStatistics::GlobalStatistics::OutVector::OutVector | ( | const std::string & | name | ) | [inline] |
| double GlobalStatistics::GlobalStatistics::OutVector::avg |
Definition at line 106 of file GlobalStatistics.h.
Referenced by GlobalStatistics::recordOutVector().
| int GlobalStatistics::GlobalStatistics::OutVector::count |
number of recorded values
Definition at line 104 of file GlobalStatistics.h.
Referenced by GlobalStatistics::doFinish(), and GlobalStatistics::recordOutVector().
| double GlobalStatistics::GlobalStatistics::OutVector::value |
sum of values
Definition at line 105 of file GlobalStatistics.h.
Referenced by GlobalStatistics::doFinish(), and GlobalStatistics::recordOutVector().
| cOutVector GlobalStatistics::GlobalStatistics::OutVector::vector |
output vector
Definition at line 103 of file GlobalStatistics.h.
Referenced by GlobalStatistics::recordOutVector().
1.5.8