gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Variables
Fully Associative LRU specific statistics

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

Stats::Vector FALRU::CacheTracking::hits
 Hits in each cache. More...
 
Stats::Vector FALRU::CacheTracking::misses
 Misses in each cache. More...
 
Stats::Scalar FALRU::CacheTracking::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

◆ accesses

Stats::Scalar FALRU::CacheTracking::accesses
protected

Total number of accesses.

Definition at line 363 of file fa_lru.hh.

◆ hits

Stats::Vector FALRU::CacheTracking::hits
protected

Hits in each cache.

Definition at line 359 of file fa_lru.hh.

Referenced by FALRU::CacheTracking::CacheTracking().

◆ misses

Stats::Vector FALRU::CacheTracking::misses
protected

Misses in each cache.

Definition at line 361 of file fa_lru.hh.

Referenced by FALRU::CacheTracking::CacheTracking().


Generated on Tue Mar 23 2021 19:41:32 for gem5 by doxygen 1.8.17