Allows the online gathering of statistical information about a single quantity. More...
#include <stataccumulator.h>
Protected Member Functions | |
void | addData_impl (NumberBase value) |
Present a new value to the class to be included in the statistics. | |
Friends | |
class | SST::Simulation |
class | boost::serialization::access |
Allows the online gathering of statistical information about a single quantity.
The basic statistics are captured online removing the need to keep a copy of the values of interest.
NumberBase | A template for the basic numerical type of values |
void SST::Statistics::AccumulatorStatistic< NumberBase >::addData_impl | ( | NumberBase | value | ) | [inline, protected, virtual] |
Present a new value to the class to be included in the statistics.
value | New value to be presented |
Implements SST::Statistics::Statistic< NumberBase >.