]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_StatHist.cc
Fixed formatting of stub_libcomm.cc
[thirdparty/squid.git] / src / tests / stub_StatHist.cc
CommitLineData
f7f3304a 1#include "squid.h"
4541d989 2#define STUB_API "StatHist.cc"
151ce861 3#include "STUB.h"
00a7574e 4#include "StatHist.h"
0f9db2d6 5
151ce861
FC
6
7void
4541d989 8StatHist::dump(StoreEntry * sentry, StatHistBinDumper * bd) const
151ce861
FC
9{}
10
4541d989
FC
11void
12StatHist::enumInit(unsigned int i)
151ce861
FC
13{}
14
15void
4541d989 16StatHist::count(double d)
151ce861
FC
17{}
18
4541d989
FC
19double
20statHistDeltaMedian(const StatHist & A, const StatHist & B)
21STUB_RETVAL(0.0)
22
23double
24statHistDeltaPctile(const StatHist & A, const StatHist & B, double pctile)
25STUB_RETVAL(0.0)
26
0f9db2d6 27void
4541d989
FC
28StatHist::logInit(unsigned int i, double d1, double d2)
29STUB
30
31class StoreEntry;
32void
33statHistIntDumper(StoreEntry * sentry, int idx, double val, double size, int count)
34STUB
35