gem5  [DEVELOP-FOR-23.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

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

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

statistics::Scalar gem5::FALRU::CacheTracking::accesses
protected

Total number of accesses.

Definition at line 359 of file fa_lru.hh.

◆ hits

statistics::Vector gem5::FALRU::CacheTracking::hits
protected

Hits in each cache.

Definition at line 355 of file fa_lru.hh.

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

◆ misses

statistics::Vector gem5::FALRU::CacheTracking::misses
protected

Misses in each cache.

Definition at line 357 of file fa_lru.hh.

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


Generated on Sun Jul 30 2023 01:57:06 for gem5 by doxygen 1.8.17