]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_SBufDetailedStats.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_SBufDetailedStats.cc
CommitLineData
4e0938ef 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
4e0938ef
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
ff1eb053 9#include "squid.h"
65e41a45 10#include "sbuf/SBuf.h"
ff1eb053 11
dfe4488f 12#define STUB_API "sbuf/DetailedStats.cc"
ff1eb053
FC
13#include "tests/STUB.h"
14
15class StatHist;
16
41dd1b86 17void recordSBufSizeAtDestruct(SBuf::size_type) {} // STUB_NOP
90810735 18const StatHist * collectSBufDestructTimeStats() STUB_RETVAL(nullptr)
41dd1b86 19void recordMemBlobSizeAtDestruct(SBuf::size_type) {} // STUB_NOP
90810735 20const StatHist * collectMemBlobDestructTimeStats() STUB_RETVAL(nullptr)
f53969cc 21