ark::metrics
Typedefs
Defined in “ark/metrics/statistics.hh”:
- using Clock = std::chrono::steady_clock
Classes
- ark::metrics::SummaryStats
Simple class to compute bastic statistics, which holds a vector of values.
Functions
Declared in “ark/metrics/statistics.hh”:
- Type average(const std::vector< Type > & values)
Returns an average of all the values in the given array.
Declared in “ark/metrics/statistics_helper.hh”:
-
void populate(SummaryStats< double > & summary, DoubleValueTimeStatistics & msg)
Helper to populate the rbuf type. -
void populate(SummaryStats< uint64_t > & summary, Uint64ValueTimeStatistics & msg)