namespace
meter
Classes
-
template<typename T>struct Counter
- Diagnostic that counts some quantity over time.
-
template<typename T, typename U>struct CounterGauge
- Combination of a counter/gauge for measuring and counting some event together that takes place over time.
- struct DiagnosticMeter
-
template<typename T>struct DiagnosticStatsPack
- Pack of statistic-based diagnostics intended to back diagnostic types where basic statistics should be applied.
-
template<typename T>struct Gauge
- Diagnostic that records some value over time.
-
template<typename T>struct Timer
- Diagnostic that times some operation over time.