Medida
medida::stats::EWMA Class Reference

List of all members.

Classes

class  Impl

Public Member Functions

 EWMA (double alpha, std::chrono::nanoseconds interval)
 EWMA (EWMA &&other)
void update (std::int64_t n)
void tick ()
double getRate (std::chrono::nanoseconds duration=std::chrono::seconds{1}) const

Static Public Member Functions

static EWMA oneMinuteEWMA ()
static EWMA fiveMinuteEWMA ()
static EWMA fifteenMinuteEWMA ()

The documentation for this class was generated from the following files:
 All Classes