gem5  v20.1.0.0
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 383 of file fa_lru.hh.

◆ hits

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

Hits in each cache.

Definition at line 379 of file fa_lru.hh.

◆ misses

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

Misses in each cache.

Definition at line 381 of file fa_lru.hh.


Generated on Wed Sep 30 2020 14:02:20 for gem5 by doxygen 1.8.17