gem5
|
The FA lru stack lets us track multiple cache sizes at once. More...
Variables | |
Stats::Vector | FALRU::hits |
Hits in each cache size >= 128K. More... | |
Stats::Vector | FALRU::misses |
Misses in each cache size >= 128K. More... | |
Stats::Scalar | FALRU::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 |
Total number of accesses.
Definition at line 150 of file fa_lru.hh.
Referenced by FALRU::accessBlock(), and FALRU::regStats().
|
protected |
Hits in each cache size >= 128K.
Definition at line 146 of file fa_lru.hh.
Referenced by FALRU::accessBlock(), and FALRU::regStats().
|
protected |
Misses in each cache size >= 128K.
Definition at line 148 of file fa_lru.hh.
Referenced by FALRU::accessBlock(), and FALRU::regStats().