gem5 v24.0.0.0
|
#include <scoreboard_check_stage.hh>
Public Member Functions | |
ScoreboardCheckStageStats (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 |
Public Attributes | |
statistics::Vector | stallCycles |
Definition at line 103 of file scoreboard_check_stage.hh.
gem5::ScoreboardCheckStage::ScoreboardCheckStageStats::ScoreboardCheckStageStats | ( | statistics::Group * | parent | ) |
Definition at line 281 of file scoreboard_check_stage.cc.
References gem5::csprintf(), gem5::statistics::VectorBase< Derived, Stor >::init(), gem5::ScoreboardCheckStage::INST_RDY, gem5::ScoreboardCheckStage::NRDY_BARRIER_WAIT, gem5::ScoreboardCheckStage::NRDY_CONDITIONS, gem5::ScoreboardCheckStage::NRDY_IB_EMPTY, gem5::ScoreboardCheckStage::NRDY_SGPR_NRDY, gem5::ScoreboardCheckStage::NRDY_VGPR_NRDY, gem5::ScoreboardCheckStage::NRDY_WAIT_CNT, gem5::ScoreboardCheckStage::NRDY_WF_STOP, stallCycles, and gem5::statistics::DataWrapVec< Derived, InfoProxyType >::subname().
statistics::Vector gem5::ScoreboardCheckStage::ScoreboardCheckStageStats::stallCycles |
Definition at line 107 of file scoreboard_check_stage.hh.
Referenced by gem5::ScoreboardCheckStage::collectStatistics(), and ScoreboardCheckStageStats().