gem5 v24.0.0.0
|
#include <info.hh>
Public Member Functions | |
void | enable () |
Enable the stat for use. | |
virtual size_type | size () const =0 |
Public Member Functions inherited from gem5::statistics::Info | |
Info () | |
virtual | ~Info () |
void | setName (const std::string &name, bool old_style=true) |
Set the name of this statistic. | |
void | setSeparator (std::string _sep) |
StorageParams const * | getStorageParams () const |
Getter for the storage params. | |
void | setStorageParams (const StorageParams *const params) |
Setter for the storage params. | |
virtual bool | check () const =0 |
Check that this stat has been set up properly and is ready for use. | |
bool | baseCheck () const |
virtual void | prepare ()=0 |
Prepare the stat for dumping. | |
virtual void | reset ()=0 |
Reset the stat to the default state. | |
virtual bool | zero () const =0 |
virtual void | visit (Output &visitor)=0 |
Visitor entry for outputing statistics data. | |
Public Attributes | |
std::vector< DistData > | data |
std::vector< std::string > | subnames |
Names and descriptions of subfields. | |
std::vector< std::string > | subdescs |
Public Attributes inherited from gem5::statistics::Info | |
std::string | name |
The name of the stat. | |
const units::Base * | unit = units::Unspecified::get() |
The unit of the stat. | |
std::string | desc |
The description of the stat. | |
Flags | flags |
The formatting flags. | |
int | precision |
The display precision. | |
const Info * | prereq |
A pointer to a prerequisite Stat. | |
int | id |
Protected Attributes | |
VResult | rvec |
Local storage for the entry values, used for printing. | |
Additional Inherited Members | |
Static Public Member Functions inherited from gem5::statistics::Info | |
static bool | less (Info *stat1, Info *stat2) |
Checks if the first stat's name is alphabetically less than the second. | |
Static Public Attributes inherited from gem5::statistics::Info | |
static std::string | separatorString = "::" |
The separator string used for vectors, dist, etc. | |
static int | id_count = 0 |
A unique stat ID for each stat in the simulator. | |
|
virtual |
Enable the stat for use.
Reimplemented from gem5::statistics::Info.
Definition at line 207 of file info.cc.
References gem5::ArmISA::s, size(), subdescs, and subnames.
|
pure virtual |
Implemented in gem5::statistics::VectorDistInfoProxy< Stat >.
Referenced by enable(), and gem5::statistics::Text::visit().
std::vector<DistData> gem5::statistics::VectorDistInfo::data |
Definition at line 210 of file info.hh.
Referenced by gem5::statistics::VectorDistBase< Derived, Stor >::prepare().
|
mutableprotected |
std::vector<std::string> gem5::statistics::VectorDistInfo::subdescs |
Definition at line 214 of file info.hh.
Referenced by gem5::statistics::DistPrint::DistPrint(), and enable().
std::vector<std::string> gem5::statistics::VectorDistInfo::subnames |
Names and descriptions of subfields.
Definition at line 213 of file info.hh.
Referenced by gem5::statistics::DistPrint::DistPrint(), and enable().