Holder of data grouped into pre-determined width bins. More...
#include <stathistogram.h>
Protected Member Functions | |
void | addData_impl (BinDataType value) |
Adds a new value to the histogram. | |
Friends | |
class | SST::Simulation |
class | boost::serialization::access |
Holder of data grouped into pre-determined width bins.
BinDataType | is the type of the data held in each bin (i.e. what data type described the width of the bin) |
void SST::Statistics::HistogramStatistic< BinDataType >::addData_impl | ( | BinDataType | value | ) | [inline, protected, virtual] |
Adds a new value to the histogram.
The correct bin is identified and then incremented. If no bin can be found to hold the value then a new bin is created.
Implements SST::Statistics::Statistic< BinDataType >.