#include <senf/Utils/StatisticAccumulator.hh>
Definition at line 35 of file StatisticAccumulator.hh.
Public Member Functions |
|
| StatisticsData (float min_, float avg_, float max_, float stddev_, boost::uint32_t count_) | |
| StatisticsData (StatisticsData const &other) | |
| StatisticsData () | |
Public Attributes |
|
| float | min |
| float | avg |
| float | max |
| float | stddev |
| boost::uint32_t | count |
| senf::StatisticsData:: | ||||
| StatisticsData | ( | float | min_, | |
| float | avg_, | |||
| float | max_, | |||
| float | stddev_, | |||
| boost::uint32_t | count_ | ) | ||
Definition at line 37 of file StatisticAccumulator.hh.
| senf::StatisticsData:: | ||||
| StatisticsData | ( | StatisticsData const & | other | ) |
Definition at line 40 of file StatisticAccumulator.hh.
| senf::StatisticsData:: | ||||
| StatisticsData | () | |||
Definition at line 43 of file StatisticAccumulator.hh.
| float senf::StatisticsData:: | ||||
| avg | ||||
Definition at line 48 of file StatisticAccumulator.hh.
| boost::uint32_t senf::StatisticsData:: | ||||
| count | ||||
Definition at line 51 of file StatisticAccumulator.hh.
| float senf::StatisticsData:: | ||||
| max | ||||
Definition at line 49 of file StatisticAccumulator.hh.
| float senf::StatisticsData:: | ||||
| min | ||||
Definition at line 45 of file StatisticAccumulator.hh.
| float senf::StatisticsData:: | ||||
| stddev | ||||
Definition at line 50 of file StatisticAccumulator.hh.