gem5  v21.0.1.0
Public Member Functions | Public Attributes | List of all members
Wavefront::WavefrontStats Struct Reference

#include <wavefront.hh>

Inheritance diagram for Wavefront::WavefrontStats:
Stats::Group

Public Member Functions

 WavefrontStats (Stats::Group *parent)
 
- Public Member Functions inherited from Stats::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void regStats ()
 Callback to set stat parameters. More...
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (Stats::Info *info)
 Register a stat with this group. More...
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object. More...
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object. More...
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block. More...
 
const InforesolveStat (std::string name) const
 Resolve a stat by its name within this group. More...
 
void mergeStatGroup (Group *block)
 Merge the contents (stats & children) of a block to this block. More...
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 

Public Attributes

Stats::Scalar numInstrExecuted
 
Stats::Scalar schCycles
 
Stats::Scalar schStalls
 
Stats::Scalar schRfAccessStalls
 
Stats::Scalar schResourceStalls
 
Stats::Scalar schOpdNrdyStalls
 
Stats::Scalar schLdsArbStalls
 
Stats::Scalar numTimesBlockedDueWAXDependencies
 
Stats::Scalar numTimesBlockedDueRAWDependencies
 
Stats::Distribution vecRawDistance
 
Stats::Distribution readsPerWrite
 

Detailed Description

Definition at line 332 of file wavefront.hh.

Constructor & Destructor Documentation

◆ WavefrontStats()

Wavefront::WavefrontStats::WavefrontStats ( Stats::Group parent)

Definition at line 1441 of file wavefront.cc.

References Stats::Distribution::init(), readsPerWrite, and vecRawDistance.

Member Data Documentation

◆ numInstrExecuted

Stats::Scalar Wavefront::WavefrontStats::numInstrExecuted

Definition at line 338 of file wavefront.hh.

Referenced by Wavefront::exec().

◆ numTimesBlockedDueRAWDependencies

Stats::Scalar Wavefront::WavefrontStats::numTimesBlockedDueRAWDependencies

Definition at line 366 of file wavefront.hh.

◆ numTimesBlockedDueWAXDependencies

Stats::Scalar Wavefront::WavefrontStats::numTimesBlockedDueWAXDependencies

Definition at line 363 of file wavefront.hh.

◆ readsPerWrite

Stats::Distribution Wavefront::WavefrontStats::readsPerWrite

◆ schCycles

Stats::Scalar Wavefront::WavefrontStats::schCycles

Definition at line 341 of file wavefront.hh.

Referenced by ScheduleStage::checkRfOperandReadComplete(), and ScheduleStage::exec().

◆ schLdsArbStalls

Stats::Scalar Wavefront::WavefrontStats::schLdsArbStalls

Definition at line 359 of file wavefront.hh.

◆ schOpdNrdyStalls

Stats::Scalar Wavefront::WavefrontStats::schOpdNrdyStalls

Definition at line 355 of file wavefront.hh.

Referenced by ScheduleStage::checkRfOperandReadComplete().

◆ schResourceStalls

Stats::Scalar Wavefront::WavefrontStats::schResourceStalls

Definition at line 353 of file wavefront.hh.

◆ schRfAccessStalls

Stats::Scalar Wavefront::WavefrontStats::schRfAccessStalls

Definition at line 351 of file wavefront.hh.

Referenced by ScheduleStage::addToSchList(), and ScheduleStage::schedRfWrites().

◆ schStalls

Stats::Scalar Wavefront::WavefrontStats::schStalls

◆ vecRawDistance

Stats::Distribution Wavefront::WavefrontStats::vecRawDistance

Definition at line 370 of file wavefront.hh.

Referenced by Wavefront::exec(), and WavefrontStats().


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

Generated on Tue Jun 22 2021 15:28:46 for gem5 by doxygen 1.8.17