|
Squid Web Cache master
|
Go to the source code of this file.
Namespaces | |
| namespace | Math |
Functions | |
| double | statHistDeltaMedian (const StatHist &A, const StatHist &B) |
| double | statHistDeltaPctile (const StatHist &A, const StatHist &B, double pctile) |
| static void | statHistBinDumper (StoreEntry *sentry, int idx, double val, double size, int count) |
| void | statHistEnumDumper (StoreEntry *sentry, int idx, double val, double, int count) |
| void | statHistIntDumper (StoreEntry *sentry, int, double val, double, int count) |
Variables | |
| static StatHistBinDumper | statHistBinDumper |
| hbase_f | Math::Log |
| hbase_f | Math::Exp |
| hbase_f | Math::Null |
|
static |
Definition at line 163 of file StatHist.cc.
References size, and storeAppendPrintf().
Definition at line 91 of file StatHist.cc.
References statHistDeltaPctile().
Referenced by GetAvgStat(), and snmp_prfProtoFn().
Definition at line 97 of file StatHist.cc.
References StatHist::deltaPctile().
Referenced by statHistDeltaMedian(), and statPctileSvc().
| void statHistEnumDumper | ( | StoreEntry * | sentry, |
| int | idx, | ||
| double | val, | ||
| double | , | ||
| int | count | ||
| ) |
Definition at line 241 of file StatHist.cc.
References storeAppendPrintf().
| void statHistIntDumper | ( | StoreEntry * | sentry, |
| int | , | ||
| double | val, | ||
| double | , | ||
| int | count | ||
| ) |
Definition at line 249 of file StatHist.cc.
References storeAppendPrintf().
|
static |
Definition at line 15 of file StatHist.cc.
Referenced by StatHist::dump().