gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::ExecStage::ExecStageStats Struct Reference

#include <exec_stage.hh>

Inheritance diagram for gem5::ExecStage::ExecStageStats:
gem5::statistics::Group

Public Member Functions

 ExecStageStats (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 numTransActiveIdle
statistics::Scalar numCyclesWithNoIssue
statistics::Scalar numCyclesWithInstrIssued
statistics::Distribution spc
statistics::Distribution idleDur
statistics::Vector numCyclesWithInstrTypeIssued
statistics::Vector numCyclesWithNoInstrTypeIssued

Detailed Description

Definition at line 101 of file exec_stage.hh.

Constructor & Destructor Documentation

◆ ExecStageStats()

Member Data Documentation

◆ idleDur

statistics::Distribution gem5::ExecStage::ExecStageStats::idleDur

Definition at line 114 of file exec_stage.hh.

Referenced by ExecStageStats().

◆ numCyclesWithInstrIssued

statistics::Scalar gem5::ExecStage::ExecStageStats::numCyclesWithInstrIssued

Definition at line 110 of file exec_stage.hh.

Referenced by ExecStageStats().

◆ numCyclesWithInstrTypeIssued

statistics::Vector gem5::ExecStage::ExecStageStats::numCyclesWithInstrTypeIssued

Definition at line 117 of file exec_stage.hh.

Referenced by ExecStageStats().

◆ numCyclesWithNoInstrTypeIssued

statistics::Vector gem5::ExecStage::ExecStageStats::numCyclesWithNoInstrTypeIssued

Definition at line 121 of file exec_stage.hh.

Referenced by ExecStageStats().

◆ numCyclesWithNoIssue

statistics::Scalar gem5::ExecStage::ExecStageStats::numCyclesWithNoIssue

Definition at line 108 of file exec_stage.hh.

Referenced by ExecStageStats().

◆ numTransActiveIdle

statistics::Scalar gem5::ExecStage::ExecStageStats::numTransActiveIdle

Definition at line 106 of file exec_stage.hh.

Referenced by ExecStageStats().

◆ spc

statistics::Distribution gem5::ExecStage::ExecStageStats::spc

Definition at line 112 of file exec_stage.hh.

Referenced by ExecStageStats().


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

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