gem5
v20.1.0.0
|
#include <statistics.hh>
Public Types | |
typedef InfoProxyType< Derived > | Info |
Public Types inherited from Stats::DataWrap< Derived, InfoProxyType > | |
typedef InfoProxyType< Derived > | Info |
Public Member Functions | |
DataWrapVec (Group *parent=nullptr, const char *name=nullptr, 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. More... | |
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. More... | |
void | prepare () |
void | reset () |
Public Member Functions inherited from Stats::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 char *desc) | |
Derived & | name (const std::string &name) |
Set the name and marks this stat to print at the end of simulation. More... | |
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. More... | |
const std::string & | setSeparator () const |
Derived & | desc (const std::string &_desc) |
Set the description and marks this stat to print at the end of simulation. More... | |
Derived & | precision (int _precision) |
Set the precision and marks this stat to print at the end of simulation. More... | |
Derived & | flags (Flags _flags) |
Set the flags and marks this stat to print at the end of simulation. More... | |
template<class Stat > | |
Derived & | prereq (const Stat &prereq) |
Set the prerequisite stat and marks this stat to print at the end of simulation. More... | |
Public Member Functions inherited from Stats::InfoAccess | |
InfoAccess () | |
void | reset () |
Reset the stat to the default state. More... | |
bool | zero () const |
bool | check () const |
Check that this stat has been set up properly and is ready for use. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Stats::DataWrap< Derived, InfoProxyType > | |
Derived & | self () |
Info * | info () |
Protected Member Functions inherited from Stats::InfoAccess | |
void | setInfo (Group *parent, Info *info) |
Set up an info class for this statistic. More... | |
void | setParams (const StorageParams *params) |
Save Storage class parameters if any. More... | |
void | setInit () |
Save Storage class parameters if any. More... | |
Info * | info () |
Grab the information class for this statistic. More... | |
const Info * | info () const |
Grab the information class for this statistic. More... | |
Definition at line 353 of file statistics.hh.
typedef InfoProxyType<Derived> Stats::DataWrapVec< Derived, InfoProxyType >::Info |
Definition at line 356 of file statistics.hh.
|
inline |
Definition at line 358 of file statistics.hh.
|
inline |
Definition at line 411 of file statistics.hh.
|
inline |
Definition at line 422 of file statistics.hh.
|
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 398 of file statistics.hh.
|
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 374 of file statistics.hh.
Referenced by HTMSequencer::regStats(), ScoreboardCheckStage::regStats(), ExecStage::regStats(), GarnetNetwork::regStats(), ScheduleStage::regStats(), BaseSimpleCPU::regStats(), CacheMemory::regStats(), BaseXBar::regStats(), ComputeUnit::regStats(), ArmISA::TableWalker::TableWalkerStats::TableWalkerStats(), and Stats::DataWrapVec2d< Derived, Vector2dInfoProxy >::ysubname().