gem5 v24.0.0.0
|
#include <exec_stage.hh>
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 Info * | resolveStat (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 | |
Group & | operator= (const Group &)=delete |
Definition at line 101 of file exec_stage.hh.
gem5::ExecStage::ExecStageStats::ExecStageStats | ( | statistics::Group * | parent | ) |
Definition at line 201 of file exec_stage.cc.
References gem5::ArmISA::c, gem5::ArmISA::i, idleDur, gem5::statistics::Distribution::init(), gem5::statistics::VectorBase< Derived, Stor >::init(), numCyclesWithInstrTypeIssued, numCyclesWithNoInstrTypeIssued, gem5::ComputeUnit::numExeUnits(), gem5::ComputeUnit::numScalarALUs, gem5::ComputeUnit::numVectorALUs, gem5::ArmISA::s, spc, and gem5::statistics::DataWrapVec< Derived, InfoProxyType >::subname().
statistics::Distribution gem5::ExecStage::ExecStageStats::idleDur |
Definition at line 114 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics(), and ExecStageStats().
statistics::Scalar gem5::ExecStage::ExecStageStats::numCyclesWithInstrIssued |
Definition at line 110 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics().
statistics::Vector gem5::ExecStage::ExecStageStats::numCyclesWithInstrTypeIssued |
Definition at line 117 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics(), and ExecStageStats().
statistics::Vector gem5::ExecStage::ExecStageStats::numCyclesWithNoInstrTypeIssued |
Definition at line 121 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics(), and ExecStageStats().
statistics::Scalar gem5::ExecStage::ExecStageStats::numCyclesWithNoIssue |
Definition at line 108 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics().
statistics::Scalar gem5::ExecStage::ExecStageStats::numTransActiveIdle |
Definition at line 106 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics(), and gem5::ExecStage::ExecStage().
statistics::Distribution gem5::ExecStage::ExecStageStats::spc |
Definition at line 112 of file exec_stage.hh.
Referenced by gem5::ExecStage::collectStatistics(), and ExecStageStats().