gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::WalkCache::WalkCacheStats Struct Reference

#include <smmu_v3_caches.hh>

Inheritance diagram for gem5::WalkCache::WalkCacheStats:
gem5::statistics::Group

Public Member Functions

 WalkCacheStats (statistics::Group *parent)
 
 ~WalkCacheStats ()
 
- Public Member Functions inherited from gem5::statistics::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void regStats ()
 Callback to set stat parameters. More...
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (statistics::Info *info)
 Register a stat with this group. More...
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object. More...
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object. More...
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block. More...
 
const InforesolveStat (std::string name) const
 Resolve a stat by its name within this group. More...
 
void mergeStatGroup (Group *block)
 Merge the contents (stats & children) of a block to this block. More...
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 

Public Attributes

std::vector< statistics::Formula * > averageLookupsByStageLevel
 
statistics::Vector2d totalLookupsByStageLevel
 
std::vector< statistics::Formula * > averageMissesByStageLevel
 
statistics::Vector2d totalMissesByStageLevel
 
std::vector< statistics::Formula * > averageUpdatesByStageLevel
 
statistics::Vector2d totalUpdatesByStageLevel
 
std::vector< statistics::Formula * > averageHitRateByStageLevel
 
statistics::Vector2d insertionsByStageLevel
 

Detailed Description

Definition at line 331 of file smmu_v3_caches.hh.

Constructor & Destructor Documentation

◆ WalkCacheStats()

gem5::WalkCache::WalkCacheStats::WalkCacheStats ( statistics::Group parent)

◆ ~WalkCacheStats()

gem5::WalkCache::WalkCacheStats::~WalkCacheStats ( )

Member Data Documentation

◆ averageHitRateByStageLevel

std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageHitRateByStageLevel

Definition at line 345 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ averageLookupsByStageLevel

std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageLookupsByStageLevel

Definition at line 336 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ averageMissesByStageLevel

std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageMissesByStageLevel

Definition at line 339 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ averageUpdatesByStageLevel

std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageUpdatesByStageLevel

Definition at line 342 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ insertionsByStageLevel

statistics::Vector2d gem5::WalkCache::WalkCacheStats::insertionsByStageLevel

Definition at line 347 of file smmu_v3_caches.hh.

Referenced by gem5::WalkCache::pickEntryIdxToReplace(), and WalkCacheStats().

◆ totalLookupsByStageLevel

statistics::Vector2d gem5::WalkCache::WalkCacheStats::totalLookupsByStageLevel

Definition at line 337 of file smmu_v3_caches.hh.

Referenced by gem5::WalkCache::lookup(), and WalkCacheStats().

◆ totalMissesByStageLevel

statistics::Vector2d gem5::WalkCache::WalkCacheStats::totalMissesByStageLevel

Definition at line 340 of file smmu_v3_caches.hh.

Referenced by gem5::WalkCache::lookup(), and WalkCacheStats().

◆ totalUpdatesByStageLevel

statistics::Vector2d gem5::WalkCache::WalkCacheStats::totalUpdatesByStageLevel

Definition at line 343 of file smmu_v3_caches.hh.

Referenced by gem5::WalkCache::store(), and WalkCacheStats().


The documentation for this struct was generated from the following files:

Generated on Wed Dec 21 2022 10:23:18 for gem5 by doxygen 1.9.1