|
Squid Web Cache master
|
Object to track per-pool cumulative counters. More...
#include <Meter.h>
Public Member Functions | |
| mgb_t & | operator+= (const mgb_t &o) |
| void | update (size_t items, size_t itemSize) |
| account for memory actions taking place | |
Public Attributes | |
| double | count = 0.0 |
| double | bytes = 0.0 |
Definition at line 68 of file Meter.h.
Referenced by Mem::Allocator::flushCounters().
| double Mem::PoolMeter::mgb_t::bytes = 0.0 |
Definition at line 75 of file Meter.h.
Referenced by operator+=(), Mem::PoolReport(), Mem::Report(), and update().
| double Mem::PoolMeter::mgb_t::count = 0.0 |
Definition at line 74 of file Meter.h.
Referenced by GetInfo(), operator+=(), Mem::PoolReport(), Mem::Report(), and update().