CacheDigestGuessStats Class Reference
#include <StatCounters.h>
Collaboration diagram for CacheDigestGuessStats:
Public Attributes | |
int | trueHits = 0 |
int | falseHits = 0 |
int | trueMisses = 0 |
int | falseMisses = 0 |
int | closeHits = 0 |
Detailed Description
statistics for cache digests and other hit "predictors"
Definition at line 17 of file StatCounters.h.
Member Data Documentation
◆ closeHits
int CacheDigestGuessStats::closeHits = 0 |
Definition at line 24 of file StatCounters.h.
◆ falseHits
int CacheDigestGuessStats::falseHits = 0 |
Definition at line 21 of file StatCounters.h.
◆ falseMisses
int CacheDigestGuessStats::falseMisses = 0 |
Definition at line 23 of file StatCounters.h.
◆ trueHits
int CacheDigestGuessStats::trueHits = 0 |
Definition at line 20 of file StatCounters.h.
◆ trueMisses
int CacheDigestGuessStats::trueMisses = 0 |
Definition at line 22 of file StatCounters.h.
The documentation for this class was generated from the following file:
- src/StatCounters.h