StatHist.cc
Go to the documentation of this file.
26StatHist::init(unsigned int newCapacity, hbase_f * val_in_, hbase_f * val_out_, double newMin, double newMax)
void statHistIntDumper(StoreEntry *sentry, int, double val, double, int count)
Definition: StatHist.cc:249
void statHistEnumDumper(StoreEntry *sentry, int idx, double val, double, int count)
Definition: StatHist.cc:241
double statHistDeltaMedian(const StatHist &A, const StatHist &B)
Definition: StatHist.cc:91
double statHistDeltaPctile(const StatHist &A, const StatHist &B, double pctile)
Definition: StatHist.cc:97
void StatHistBinDumper(StoreEntry *, int idx, double val, double size, int count)
function signature for StatHist dumping functions
Definition: StatHist.h:19
void log(char *format,...)
Definition: StatHist.h:26
double deltaPctile(const StatHist &B, double pctile) const
Definition: StatHist.cc:103
void logInit(unsigned int capacity, double min, double max)
Definition: StatHist.cc:221
void init(unsigned int capacity, hbase_f *val_in, hbase_f *val_out, double min, double max)
Definition: StatHist.cc:26
StatHist()=default
Definition: Store.h:42
Definition: SquidMath.h:22