gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::memory::MemCtrl::CtrlStats Struct Reference

#include <mem_ctrl.hh>

Inheritance diagram for gem5::memory::MemCtrl::CtrlStats:
gem5::statistics::Group

Public Member Functions

 CtrlStats (MemCtrl &ctrl)
void regStats () override
 Callback to set stat parameters.
Public Member Functions inherited from gem5::statistics::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group.
virtual ~Group ()
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

MemCtrlctrl
statistics::Scalar readReqs
statistics::Scalar writeReqs
statistics::Scalar readBursts
statistics::Scalar writeBursts
statistics::Scalar servicedByWrQ
statistics::Scalar mergedWrBursts
statistics::Scalar neitherReadNorWriteReqs
statistics::Average avgRdQLen
statistics::Average avgWrQLen
statistics::Scalar numRdRetry
statistics::Scalar numWrRetry
statistics::Vector readPktSize
statistics::Vector writePktSize
statistics::Vector rdQLenPdf
statistics::Vector wrQLenPdf
statistics::Histogram rdPerTurnAround
statistics::Histogram wrPerTurnAround
statistics::Scalar bytesReadWrQ
statistics::Scalar bytesReadSys
statistics::Scalar bytesWrittenSys
statistics::Formula avgRdBWSys
statistics::Formula avgWrBWSys
statistics::Scalar totGap
statistics::Formula avgGap
statistics::Vector requestorReadBytes
statistics::Vector requestorWriteBytes
statistics::Formula requestorReadRate
statistics::Formula requestorWriteRate
statistics::Vector requestorReadAccesses
statistics::Vector requestorWriteAccesses
statistics::Vector requestorReadTotalLat
statistics::Vector requestorWriteTotalLat
statistics::Formula requestorReadAvgLat
statistics::Formula requestorWriteAvgLat

Detailed Description

Definition at line 562 of file mem_ctrl.hh.

Constructor & Destructor Documentation

◆ CtrlStats()

Member Function Documentation

◆ regStats()

void gem5::memory::MemCtrl::CtrlStats::regStats ( )
overridevirtual

Callback to set stat parameters.

This callback is typically used for complex stats (e.g., distributions) that need parameters in addition to a name and a description. Stat names and descriptions should typically be set from the constructor usingo from the constructor using the ADD_STAT macro.

Reimplemented from gem5::statistics::Group.

Definition at line 1279 of file mem_ctrl.cc.

References avgGap, avgRdBWSys, avgRdQLen, avgWrBWSys, avgWrQLen, bytesReadSys, bytesWrittenSys, gem5::ceilLog2(), ctrl, gem5::ArmISA::i, gem5::statistics::nonan, gem5::statistics::nozero, rdPerTurnAround, rdQLenPdf, readPktSize, readReqs, requestorReadAccesses, requestorReadAvgLat, requestorReadBytes, requestorReadRate, requestorReadTotalLat, requestorWriteAccesses, requestorWriteAvgLat, requestorWriteBytes, requestorWriteRate, requestorWriteTotalLat, gem5::simSeconds, totGap, writePktSize, writeReqs, wrPerTurnAround, and wrQLenPdf.

Member Data Documentation

◆ avgGap

statistics::Formula gem5::memory::MemCtrl::CtrlStats::avgGap

Definition at line 599 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ avgRdBWSys

statistics::Formula gem5::memory::MemCtrl::CtrlStats::avgRdBWSys

Definition at line 595 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ avgRdQLen

statistics::Average gem5::memory::MemCtrl::CtrlStats::avgRdQLen

Definition at line 579 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ avgWrBWSys

statistics::Formula gem5::memory::MemCtrl::CtrlStats::avgWrBWSys

Definition at line 596 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ avgWrQLen

statistics::Average gem5::memory::MemCtrl::CtrlStats::avgWrQLen

Definition at line 580 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ bytesReadSys

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::bytesReadSys

Definition at line 592 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ bytesReadWrQ

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::bytesReadWrQ

Definition at line 591 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ bytesWrittenSys

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::bytesWrittenSys

Definition at line 593 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ ctrl

MemCtrl& gem5::memory::MemCtrl::CtrlStats::ctrl

Definition at line 568 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ mergedWrBursts

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::mergedWrBursts

Definition at line 576 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ neitherReadNorWriteReqs

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::neitherReadNorWriteReqs

Definition at line 577 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ numRdRetry

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::numRdRetry

Definition at line 582 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ numWrRetry

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::numWrRetry

Definition at line 583 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ rdPerTurnAround

statistics::Histogram gem5::memory::MemCtrl::CtrlStats::rdPerTurnAround

Definition at line 588 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ rdQLenPdf

statistics::Vector gem5::memory::MemCtrl::CtrlStats::rdQLenPdf

Definition at line 586 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ readBursts

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::readBursts

Definition at line 573 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ readPktSize

statistics::Vector gem5::memory::MemCtrl::CtrlStats::readPktSize

Definition at line 584 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ readReqs

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::readReqs

Definition at line 571 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorReadAccesses

statistics::Vector gem5::memory::MemCtrl::CtrlStats::requestorReadAccesses

Definition at line 610 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorReadAvgLat

statistics::Formula gem5::memory::MemCtrl::CtrlStats::requestorReadAvgLat

Definition at line 618 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorReadBytes

statistics::Vector gem5::memory::MemCtrl::CtrlStats::requestorReadBytes

Definition at line 602 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorReadRate

statistics::Formula gem5::memory::MemCtrl::CtrlStats::requestorReadRate

Definition at line 606 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorReadTotalLat

statistics::Vector gem5::memory::MemCtrl::CtrlStats::requestorReadTotalLat

Definition at line 614 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorWriteAccesses

statistics::Vector gem5::memory::MemCtrl::CtrlStats::requestorWriteAccesses

Definition at line 611 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorWriteAvgLat

statistics::Formula gem5::memory::MemCtrl::CtrlStats::requestorWriteAvgLat

Definition at line 619 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorWriteBytes

statistics::Vector gem5::memory::MemCtrl::CtrlStats::requestorWriteBytes

Definition at line 603 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorWriteRate

statistics::Formula gem5::memory::MemCtrl::CtrlStats::requestorWriteRate

Definition at line 607 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ requestorWriteTotalLat

statistics::Vector gem5::memory::MemCtrl::CtrlStats::requestorWriteTotalLat

Definition at line 615 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ servicedByWrQ

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::servicedByWrQ

Definition at line 575 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ totGap

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::totGap

Definition at line 598 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ writeBursts

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::writeBursts

Definition at line 574 of file mem_ctrl.hh.

Referenced by CtrlStats().

◆ writePktSize

statistics::Vector gem5::memory::MemCtrl::CtrlStats::writePktSize

Definition at line 585 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ writeReqs

statistics::Scalar gem5::memory::MemCtrl::CtrlStats::writeReqs

Definition at line 572 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ wrPerTurnAround

statistics::Histogram gem5::memory::MemCtrl::CtrlStats::wrPerTurnAround

Definition at line 589 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().

◆ wrQLenPdf

statistics::Vector gem5::memory::MemCtrl::CtrlStats::wrQLenPdf

Definition at line 587 of file mem_ctrl.hh.

Referenced by CtrlStats(), and regStats().


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

Generated on Sat Oct 18 2025 08:06:59 for gem5 by doxygen 1.14.0