#include "Store.h"
Go to the source code of this file.
Classes | |
class | StatHist |
Typedefs | |
typedef double | hbase_f(double) |
function signature for in/out StatHist adaptation More... | |
typedef void | StatHistBinDumper(StoreEntry *, int idx, double val, double size, int count) |
function signature for StatHist dumping functions More... | |
Functions | |
double | statHistDeltaMedian (const StatHist &A, const StatHist &B) |
double | statHistDeltaPctile (const StatHist &A, const StatHist &B, double pctile) |
Variables | |
StatHistBinDumper | statHistEnumDumper |
StatHistBinDumper | statHistIntDumper |
Typedef Documentation
◆ hbase_f
Definition at line 16 of file StatHist.h.
◆ StatHistBinDumper
Definition at line 19 of file StatHist.h.
Function Documentation
◆ statHistDeltaMedian()
Definition at line 91 of file StatHist.cc.
References A, B, and statHistDeltaPctile().
Referenced by GetAvgStat(), and snmp_prfProtoFn().
◆ statHistDeltaPctile()
Definition at line 97 of file StatHist.cc.
Referenced by statHistDeltaMedian(), and statPctileSvc().
Variable Documentation
◆ statHistEnumDumper
StatHistBinDumper statHistEnumDumper |
Definition at line 118 of file StatHist.h.
◆ statHistIntDumper
StatHistBinDumper statHistIntDumper |
Definition at line 119 of file StatHist.h.
Referenced by commIncomingStats().