libstatistics_collector
master
Lightweight aggregation utilities to collect statistics and measure message metrics.
|
#include <types.hpp>
Public Attributes | |
double | average = std::nan("") |
average of the observations | |
double | min = std::nan("") |
min value of the observations | |
double | max = std::nan("") |
max value of the observations | |
double | standard_deviation = std::nan("") |
standard_deviation of the observations | |
uint64_t | sample_count = 0 |
number of samples of the observation | |
A container for statistics data results for a set of recorded observations.