gem5 [DEVELOP-FOR-25.0]
Loading...
Searching...
No Matches
gem5::ruby::CacheMemory::CacheMemoryStats Struct Reference
Inheritance diagram for gem5::ruby::CacheMemory::CacheMemoryStats:
gem5::statistics::Group

Public Member Functions

 CacheMemoryStats (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::Scalar numDataArrayReads
 
statistics::Scalar numDataArrayWrites
 
statistics::Scalar numTagArrayReads
 
statistics::Scalar numTagArrayWrites
 
statistics::Scalar numTagArrayStalls
 
statistics::Scalar numDataArrayStalls
 
statistics::Scalar numAtomicALUOperations
 
statistics::Scalar numAtomicALUArrayStalls
 
statistics::Histogram htmTransCommitReadSet
 
statistics::Histogram htmTransCommitWriteSet
 
statistics::Histogram htmTransAbortReadSet
 
statistics::Histogram htmTransAbortWriteSet
 
statistics::Scalar m_demand_hits
 
statistics::Scalar m_demand_misses
 
statistics::Formula m_demand_accesses
 
statistics::Scalar m_prefetch_hits
 
statistics::Scalar m_prefetch_misses
 
statistics::Formula m_prefetch_accesses
 
statistics::Vector m_accessModeType
 

Detailed Description

Definition at line 227 of file CacheMemory.hh.

Constructor & Destructor Documentation

◆ CacheMemoryStats()

Member Data Documentation

◆ htmTransAbortReadSet

statistics::Histogram gem5::ruby::CacheMemory::CacheMemoryStats::htmTransAbortReadSet

Definition at line 245 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ htmTransAbortWriteSet

statistics::Histogram gem5::ruby::CacheMemory::CacheMemoryStats::htmTransAbortWriteSet

Definition at line 246 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ htmTransCommitReadSet

statistics::Histogram gem5::ruby::CacheMemory::CacheMemoryStats::htmTransCommitReadSet

Definition at line 243 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ htmTransCommitWriteSet

statistics::Histogram gem5::ruby::CacheMemory::CacheMemoryStats::htmTransCommitWriteSet

Definition at line 244 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_accessModeType

statistics::Vector gem5::ruby::CacheMemory::CacheMemoryStats::m_accessModeType

Definition at line 256 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_demand_accesses

statistics::Formula gem5::ruby::CacheMemory::CacheMemoryStats::m_demand_accesses

Definition at line 250 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_demand_hits

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::m_demand_hits

Definition at line 248 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_demand_misses

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::m_demand_misses

Definition at line 249 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_prefetch_accesses

statistics::Formula gem5::ruby::CacheMemory::CacheMemoryStats::m_prefetch_accesses

Definition at line 254 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_prefetch_hits

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::m_prefetch_hits

Definition at line 252 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ m_prefetch_misses

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::m_prefetch_misses

Definition at line 253 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numAtomicALUArrayStalls

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numAtomicALUArrayStalls

Definition at line 240 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numAtomicALUOperations

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numAtomicALUOperations

Definition at line 239 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numDataArrayReads

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numDataArrayReads

Definition at line 231 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numDataArrayStalls

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numDataArrayStalls

Definition at line 237 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numDataArrayWrites

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numDataArrayWrites

Definition at line 232 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numTagArrayReads

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numTagArrayReads

Definition at line 233 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numTagArrayStalls

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numTagArrayStalls

Definition at line 236 of file CacheMemory.hh.

Referenced by CacheMemoryStats().

◆ numTagArrayWrites

statistics::Scalar gem5::ruby::CacheMemory::CacheMemoryStats::numTagArrayWrites

Definition at line 234 of file CacheMemory.hh.

Referenced by CacheMemoryStats().


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

Generated on Mon May 26 2025 09:19:36 for gem5 by doxygen 1.13.2