gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::branch_prediction::TAGEBase::TAGEBaseStats Struct Reference

#include <tage_base.hh>

Inheritance diagram for gem5::branch_prediction::TAGEBase::TAGEBaseStats:
gem5::statistics::Group

Public Member Functions

 TAGEBaseStats (statistics::Group *parent, unsigned nHistoryTables)
 
- Public Member Functions inherited from gem5::statistics::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 (statistics::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

statistics::Scalar longestMatchProviderCorrect
 
statistics::Scalar altMatchProviderCorrect
 
statistics::Scalar bimodalAltMatchProviderCorrect
 
statistics::Scalar bimodalProviderCorrect
 
statistics::Scalar longestMatchProviderWrong
 
statistics::Scalar altMatchProviderWrong
 
statistics::Scalar bimodalAltMatchProviderWrong
 
statistics::Scalar bimodalProviderWrong
 
statistics::Scalar altMatchProviderWouldHaveHit
 
statistics::Scalar longestMatchProviderWouldHaveHit
 
statistics::Vector longestMatchProvider
 
statistics::Vector altMatchProvider
 

Detailed Description

Definition at line 494 of file tage_base.hh.

Constructor & Destructor Documentation

◆ TAGEBaseStats()

gem5::branch_prediction::TAGEBase::TAGEBaseStats::TAGEBaseStats ( statistics::Group parent,
unsigned  nHistoryTables 
)

Member Data Documentation

◆ altMatchProvider

statistics::Vector gem5::branch_prediction::TAGEBase::TAGEBaseStats::altMatchProvider

Definition at line 510 of file tage_base.hh.

Referenced by TAGEBaseStats(), and gem5::branch_prediction::TAGEBase::updateStats().

◆ altMatchProviderCorrect

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::altMatchProviderCorrect

Definition at line 499 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ altMatchProviderWouldHaveHit

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::altMatchProviderWouldHaveHit

Definition at line 506 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ altMatchProviderWrong

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::altMatchProviderWrong

Definition at line 503 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ bimodalAltMatchProviderCorrect

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::bimodalAltMatchProviderCorrect

Definition at line 500 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ bimodalAltMatchProviderWrong

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::bimodalAltMatchProviderWrong

Definition at line 504 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ bimodalProviderCorrect

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::bimodalProviderCorrect

Definition at line 501 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ bimodalProviderWrong

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::bimodalProviderWrong

Definition at line 505 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ longestMatchProvider

statistics::Vector gem5::branch_prediction::TAGEBase::TAGEBaseStats::longestMatchProvider

Definition at line 509 of file tage_base.hh.

Referenced by TAGEBaseStats(), and gem5::branch_prediction::TAGEBase::updateStats().

◆ longestMatchProviderCorrect

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::longestMatchProviderCorrect

Definition at line 498 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ longestMatchProviderWouldHaveHit

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::longestMatchProviderWouldHaveHit

Definition at line 507 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().

◆ longestMatchProviderWrong

statistics::Scalar gem5::branch_prediction::TAGEBase::TAGEBaseStats::longestMatchProviderWrong

Definition at line 502 of file tage_base.hh.

Referenced by gem5::branch_prediction::TAGEBase::updateStats().


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

Generated on Wed Dec 21 2022 10:23:38 for gem5 by doxygen 1.9.1