gem5
[DEVELOP-FOR-23.0]
|
The FA lru stack lets us track multiple cache sizes at once. These statistics track the hits and misses for different cache sizes. More...
Variables | |
statistics::Vector | gem5::FALRU::CacheTracking::hits |
Hits in each cache. More... | |
statistics::Vector | gem5::FALRU::CacheTracking::misses |
Misses in each cache. More... | |
statistics::Scalar | gem5::FALRU::CacheTracking::accesses |
Total number of accesses. More... | |
The FA lru stack lets us track multiple cache sizes at once. These statistics track the hits and misses for different cache sizes.
|
protected |
|
protected |
Hits in each cache.
Definition at line 355 of file fa_lru.hh.
Referenced by gem5::FALRU::CacheTracking::CacheTracking().
|
protected |
Misses in each cache.
Definition at line 357 of file fa_lru.hh.
Referenced by gem5::FALRU::CacheTracking::CacheTracking().