gem5 v24.0.0.0
|
#include <wavefront.hh>
Public Member Functions | |
WavefrontStats (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 341 of file wavefront.hh.
gem5::Wavefront::WavefrontStats::WavefrontStats | ( | statistics::Group * | parent | ) |
Definition at line 1515 of file wavefront.cc.
References gem5::statistics::Distribution::init(), readsPerWrite, and vecRawDistance.
statistics::Scalar gem5::Wavefront::WavefrontStats::numInstrExecuted |
Definition at line 347 of file wavefront.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::Wavefront::WavefrontStats::numTimesBlockedDueRAWDependencies |
Definition at line 375 of file wavefront.hh.
statistics::Scalar gem5::Wavefront::WavefrontStats::numTimesBlockedDueWAXDependencies |
Definition at line 372 of file wavefront.hh.
statistics::Distribution gem5::Wavefront::WavefrontStats::readsPerWrite |
Definition at line 383 of file wavefront.hh.
Referenced by gem5::Wavefront::exec(), gem5::VegaISA::Inst_SOPP__S_ENDPGM::execute(), and WavefrontStats().
statistics::Scalar gem5::Wavefront::WavefrontStats::schCycles |
Definition at line 350 of file wavefront.hh.
Referenced by gem5::ScheduleStage::checkRfOperandReadComplete(), and gem5::ScheduleStage::exec().
statistics::Scalar gem5::Wavefront::WavefrontStats::schLdsArbStalls |
Definition at line 368 of file wavefront.hh.
statistics::Scalar gem5::Wavefront::WavefrontStats::schOpdNrdyStalls |
Definition at line 364 of file wavefront.hh.
Referenced by gem5::ScheduleStage::checkRfOperandReadComplete().
statistics::Scalar gem5::Wavefront::WavefrontStats::schResourceStalls |
Definition at line 362 of file wavefront.hh.
statistics::Scalar gem5::Wavefront::WavefrontStats::schRfAccessStalls |
Definition at line 360 of file wavefront.hh.
Referenced by gem5::ScheduleStage::addToSchList(), and gem5::ScheduleStage::schedRfWrites().
statistics::Scalar gem5::Wavefront::WavefrontStats::schStalls |
Definition at line 353 of file wavefront.hh.
Referenced by gem5::ScheduleStage::addToSchList(), gem5::ScheduleStage::checkRfOperandReadComplete(), and gem5::ScheduleStage::schedRfWrites().
statistics::Distribution gem5::Wavefront::WavefrontStats::vecRawDistance |
Definition at line 379 of file wavefront.hh.
Referenced by gem5::Wavefront::exec(), and WavefrontStats().