gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::ruby::TBEStorage::TBEStorageStats Struct Reference
Inheritance diagram for gem5::ruby::TBEStorage::TBEStorageStats:
gem5::statistics::Group

Public Member Functions

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

Public Attributes

statistics::Average avg_size
statistics::Average avg_util
statistics::Average avg_reserved

Detailed Description

Definition at line 127 of file TBEStorage.hh.

Constructor & Destructor Documentation

◆ TBEStorageStats()

gem5::ruby::TBEStorage::TBEStorageStats::TBEStorageStats ( statistics::Group * parent)

Definition at line 53 of file TBEStorage.cc.

References ADD_STAT, avg_reserved, avg_size, avg_util, and gem5::statistics::Group::Group().

Member Data Documentation

◆ avg_reserved

statistics::Average gem5::ruby::TBEStorage::TBEStorageStats::avg_reserved

Definition at line 134 of file TBEStorage.hh.

Referenced by TBEStorageStats().

◆ avg_size

statistics::Average gem5::ruby::TBEStorage::TBEStorageStats::avg_size

Definition at line 132 of file TBEStorage.hh.

Referenced by TBEStorageStats().

◆ avg_util

statistics::Average gem5::ruby::TBEStorage::TBEStorageStats::avg_util

Definition at line 133 of file TBEStorage.hh.

Referenced by TBEStorageStats().


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

Generated on Sat Oct 18 2025 08:07:02 for gem5 by doxygen 1.14.0