gem5 v24.0.0.0
|
#include <statistics.hh>
Public Types | |
typedef InfoProxyType< Derived > | Info |
Public Types inherited from gem5::statistics::DataWrap< Derived, InfoProxyType > | |
typedef InfoProxyType< Derived > | Info |
Public Member Functions | |
DataWrapVec (Group *parent=nullptr, const char *name=nullptr, const units::Base *unit=units::Unspecified::get(), const char *desc=nullptr) | |
Derived & | subname (off_type index, const std::string &name) |
Set the subfield name for the given index, and marks this stat to print at the end of simulation. | |
Derived & | subdesc (off_type index, const std::string &desc) |
Set the subfield description for the given index and marks this stat to print at the end of simulation. | |
void | prepare () |
void | reset () |
Public Member Functions inherited from gem5::statistics::DataWrap< Derived, InfoProxyType > | |
const Info * | info () const |
DataWrap ()=delete | |
DataWrap (const DataWrap &)=delete | |
DataWrap & | operator= (const DataWrap &)=delete |
DataWrap (Group *parent, const char *name, const units::Base *unit, const char *desc) | |
Derived & | name (const std::string &name) |
Set the name and marks this stat to print at the end of simulation. | |
const std::string & | name () const |
Derived & | setSeparator (const std::string &_sep) |
Set the character(s) used between the name and vector number on vectors, dist, etc. | |
const std::string & | setSeparator () const |
Derived & | unit (const units::Base *_unit) |
Set the unit of the stat. | |
Derived & | desc (const std::string &_desc) |
Set the description and marks this stat to print at the end of simulation. | |
Derived & | precision (int _precision) |
Set the precision and marks this stat to print at the end of simulation. | |
Derived & | flags (Flags _flags) |
Set the flags and marks this stat to print at the end of simulation. | |
template<class Stat > | |
Derived & | prereq (const Stat &prereq) |
Set the prerequisite stat and marks this stat to print at the end of simulation. | |
Public Member Functions inherited from gem5::statistics::InfoAccess | |
InfoAccess () | |
void | reset () |
Reset the stat to the default state. | |
bool | zero () const |
bool | check () const |
Check that this stat has been set up properly and is ready for use. | |
Additional Inherited Members | |
Protected Member Functions inherited from gem5::statistics::DataWrap< Derived, InfoProxyType > | |
Derived & | self () |
Info * | info () |
Protected Member Functions inherited from gem5::statistics::InfoAccess | |
void | setInfo (Group *parent, Info *info) |
Set up an info class for this statistic. | |
void | setParams (const StorageParams *params) |
Save Storage class parameters if any. | |
void | setInit () |
Save Storage class parameters if any. | |
Info * | info () |
Grab the information class for this statistic. | |
const Info * | info () const |
Grab the information class for this statistic. | |
bool | newStyleStats () const |
Check if the info is new style stats. | |
Definition at line 379 of file statistics.hh.
typedef InfoProxyType<Derived> gem5::statistics::DataWrapVec< Derived, InfoProxyType >::Info |
Definition at line 382 of file statistics.hh.
|
inline |
Definition at line 384 of file statistics.hh.
|
inline |
Definition at line 438 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::DataWrap< Derived, InfoProxyType >::info(), and gem5::statistics::DataWrap< Derived, InfoProxyType >::self().
|
inline |
Definition at line 449 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::DataWrap< Derived, InfoProxyType >::info(), and gem5::statistics::DataWrap< Derived, InfoProxyType >::self().
|
inline |
Set the subfield description for the given index and marks this stat to print at the end of simulation.
index | The subfield index. |
desc | The new description of the subfield |
Definition at line 425 of file statistics.hh.
References gem5::statistics::DataWrap< Derived, InfoProxyType >::desc(), gem5::MipsISA::index, gem5::statistics::DataWrap< Derived, InfoProxyType >::info(), and gem5::statistics::DataWrap< Derived, InfoProxyType >::self().
Referenced by gem5::FALRU::CacheTracking::CacheTracking(), gem5::Vector2dStatTester::Vector2dStatTesterStats::Vector2dStatTesterStats(), and gem5::VectorStatTester::VectorStatTesterStats::VectorStatTesterStats().
|
inline |
Set the subfield name for the given index, and marks this stat to print at the end of simulation.
index | The subfield index. |
name | The new name of the subfield. |
Definition at line 401 of file statistics.hh.
References gem5::MipsISA::index, gem5::statistics::DataWrap< Derived, InfoProxyType >::info(), gem5::statistics::DataWrap< Derived, InfoProxyType >::name(), and gem5::statistics::DataWrap< Derived, InfoProxyType >::self().
Referenced by gem5::branch_prediction::BranchTargetBuffer::BranchTargetBufferStats::BranchTargetBufferStats(), gem5::ruby::CacheMemory::CacheMemoryStats::CacheMemoryStats(), gem5::FALRU::CacheTracking::CacheTracking(), gem5::BaseCPU::CommitCPUStats::CommitCPUStats(), gem5::ComputeUnit::ComputeUnitStats::ComputeUnitStats(), gem5::ExecStage::ExecStageStats::ExecStageStats(), gem5::ruby::HTMSequencer::HTMSequencer(), gem5::o3::InstructionQueue::IQStats::IQStats(), gem5::BaseXBar::regStats(), gem5::ruby::garnet::GarnetNetwork::regStats(), gem5::ScheduleStage::ScheduleStageStats::ScheduleStageStats(), gem5::ScoreboardCheckStage::ScoreboardCheckStageStats::ScoreboardCheckStageStats(), gem5::ArmISA::TableWalker::TableWalkerStats::TableWalkerStats(), gem5::Vector2dStatTester::Vector2dStatTesterStats::Vector2dStatTesterStats(), gem5::VectorStatTester::VectorStatTesterStats::VectorStatTesterStats(), gem5::WalkCache::WalkCacheStats::WalkCacheStats(), and gem5::statistics::DataWrapVec2d< Derived, InfoProxyType >::ysubname().