gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
Fully Associative LRU specific statistics

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...
 

Detailed Description

The FA lru stack lets us track multiple cache sizes at once.

These statistics track the hits and misses for different cache sizes.

Variable Documentation

Stats::Scalar FALRU::accesses
protected

Total number of accesses.

Definition at line 150 of file fa_lru.hh.

Referenced by FALRU::accessBlock(), and FALRU::regStats().

Stats::Vector FALRU::hits
protected

Hits in each cache size >= 128K.

Definition at line 146 of file fa_lru.hh.

Referenced by FALRU::accessBlock(), and FALRU::regStats().

Stats::Vector FALRU::misses
protected

Misses in each cache size >= 128K.

Definition at line 148 of file fa_lru.hh.

Referenced by FALRU::accessBlock(), and FALRU::regStats().


Generated on Fri Jun 9 2017 13:03:59 for gem5 by doxygen 1.8.6