Public Attributes | |
int | query_count |
int | true_hit_count |
int | true_miss_count |
int | false_hit_count |
int | false_miss_count |
Detailed Description
Definition at line 19 of file test_cache_digest.cc.
Member Data Documentation
◆ false_hit_count
int CacheQueryStats::false_hit_count |
Definition at line 23 of file test_cache_digest.cc.
Referenced by cacheQueryPeer().
◆ false_miss_count
int CacheQueryStats::false_miss_count |
Definition at line 24 of file test_cache_digest.cc.
Referenced by cacheQueryPeer().
◆ query_count
int CacheQueryStats::query_count |
Definition at line 20 of file test_cache_digest.cc.
Referenced by cacheQueryPeer().
◆ true_hit_count
int CacheQueryStats::true_hit_count |
Definition at line 21 of file test_cache_digest.cc.
Referenced by cacheQueryPeer().
◆ true_miss_count
int CacheQueryStats::true_miss_count |
Definition at line 22 of file test_cache_digest.cc.
Referenced by cacheQueryPeer().
The documentation for this struct was generated from the following file: