gem5
v20.1.0.0
|
#include <tage_base.hh>
Public Member Functions | |
TAGEBaseStats (Stats::Group *parent, unsigned nHistoryTables) | |
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 Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Definition at line 485 of file tage_base.hh.
TAGEBase::TAGEBaseStats::TAGEBaseStats | ( | Stats::Group * | parent, |
unsigned | nHistoryTables | ||
) |
Definition at line 719 of file tage_base.cc.
References altMatchProvider, Stats::VectorBase< Derived, Stor >::init(), longestMatchProvider, and TAGEBase::nHistoryTables.
Stats::Vector TAGEBase::TAGEBaseStats::altMatchProvider |
Definition at line 500 of file tage_base.hh.
Referenced by TAGEBaseStats(), and TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::altMatchProviderCorrect |
Definition at line 489 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::altMatchProviderWouldHaveHit |
Definition at line 496 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::altMatchProviderWrong |
Definition at line 493 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::bimodalAltMatchProviderCorrect |
Definition at line 490 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::bimodalAltMatchProviderWrong |
Definition at line 494 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::bimodalProviderCorrect |
Definition at line 491 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::bimodalProviderWrong |
Definition at line 495 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Vector TAGEBase::TAGEBaseStats::longestMatchProvider |
Definition at line 499 of file tage_base.hh.
Referenced by TAGEBaseStats(), and TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::longestMatchProviderCorrect |
Definition at line 488 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::longestMatchProviderWouldHaveHit |
Definition at line 497 of file tage_base.hh.
Referenced by TAGEBase::updateStats().
Stats::Scalar TAGEBase::TAGEBaseStats::longestMatchProviderWrong |
Definition at line 492 of file tage_base.hh.
Referenced by TAGEBase::updateStats().