gem5 v24.0.0.0
|
#include <statistics.hh>
Public Types | |
typedef VectorDistInfoProxy< Derived > | Info |
typedef Stor | Storage |
typedef Stor::Params | Params |
typedef DistProxy< Derived > | Proxy |
Public Types inherited from gem5::statistics::DataWrapVec< Derived, VectorDistInfoProxy > | |
typedef VectorDistInfoProxy< Derived > | Info |
Public Types inherited from gem5::statistics::DataWrap< Derived, VectorDistInfoProxy > | |
typedef VectorDistInfoProxy< Derived > | Info |
Public Member Functions | |
VectorDistBase (Group *parent, const char *name, const units::Base *unit, const char *desc) | |
~VectorDistBase () | |
Proxy | operator[] (off_type index) |
size_type | size () const |
bool | zero () const |
void | prepare () |
bool | check () const |
Public Member Functions inherited from gem5::statistics::DataWrapVec< Derived, VectorDistInfoProxy > | |
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, VectorDistInfoProxy > | |
const Info * | info () const |
DataWrap ()=delete | |
DataWrap (const DataWrap &)=delete | |
DataWrap (Group *parent, const char *name, const units::Base *unit, const char *desc) | |
DataWrap & | operator= (const DataWrap &)=delete |
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. | |
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. | |
Protected Member Functions | |
Storage * | data (off_type index) |
const Storage * | data (off_type index) const |
void | doInit (size_type s) |
Protected Member Functions inherited from gem5::statistics::DataWrap< Derived, VectorDistInfoProxy > | |
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. | |
Protected Attributes | |
std::vector< Storage * > | storage |
Friends | |
class | DistProxy< Derived > |
class | DataWrapVec< Derived, VectorDistInfoProxy > |
Definition at line 1366 of file statistics.hh.
typedef VectorDistInfoProxy<Derived> gem5::statistics::VectorDistBase< Derived, Stor >::Info |
Definition at line 1369 of file statistics.hh.
typedef Stor::Params gem5::statistics::VectorDistBase< Derived, Stor >::Params |
Definition at line 1371 of file statistics.hh.
typedef DistProxy<Derived> gem5::statistics::VectorDistBase< Derived, Stor >::Proxy |
Definition at line 1372 of file statistics.hh.
typedef Stor gem5::statistics::VectorDistBase< Derived, Stor >::Storage |
Definition at line 1370 of file statistics.hh.
|
inline |
Definition at line 1406 of file statistics.hh.
|
inline |
Definition at line 1413 of file statistics.hh.
References gem5::statistics::VectorDistBase< Derived, Stor >::storage.
|
inline |
Definition at line 1452 of file statistics.hh.
References gem5::statistics::VectorDistBase< Derived, Stor >::size().
Referenced by gem5::statistics::VectorDistBase< Derived, Stor >::doInit().
|
inlineprotected |
Definition at line 1381 of file statistics.hh.
References gem5::MipsISA::index, and gem5::statistics::VectorDistBase< Derived, Stor >::storage.
|
inlineprotected |
Definition at line 1387 of file statistics.hh.
References gem5::MipsISA::index, and gem5::statistics::VectorDistBase< Derived, Stor >::storage.
|
inlineprotected |
Definition at line 1393 of file statistics.hh.
References gem5::statistics::VectorDistBase< Derived, Stor >::check(), fatal_if, gem5::ArmISA::i, gem5::statistics::DataWrap< Derived, VectorDistInfoProxy >::info(), gem5::ArmISA::s, gem5::statistics::InfoAccess::setInit(), and gem5::statistics::VectorDistBase< Derived, Stor >::storage.
|
inline |
Definition at line 1420 of file statistics.hh.
References gem5::MipsISA::index, gem5::statistics::DataWrap< Derived, VectorDistInfoProxy >::self(), and gem5::statistics::VectorDistBase< Derived, Stor >::size().
|
inline |
|
inline |
Definition at line 1427 of file statistics.hh.
References gem5::statistics::VectorDistBase< Derived, Stor >::storage.
Referenced by gem5::statistics::VectorDistBase< Derived, Stor >::check(), gem5::statistics::VectorDistBase< Derived, Stor >::operator[](), gem5::statistics::VectorDistBase< Derived, Stor >::prepare(), and gem5::statistics::VectorDistBase< Derived, Stor >::zero().
|
inline |
Definition at line 1433 of file statistics.hh.
References data, gem5::ArmISA::i, and gem5::statistics::VectorDistBase< Derived, Stor >::size().
|
friend |
Definition at line 1372 of file statistics.hh.
|
friend |
Definition at line 1372 of file statistics.hh.
|
protected |
Definition at line 1377 of file statistics.hh.
Referenced by gem5::statistics::VectorDistBase< Derived, Stor >::data(), gem5::statistics::VectorDistBase< Derived, Stor >::data(), gem5::statistics::VectorDistBase< Derived, Stor >::doInit(), gem5::statistics::VectorDistBase< Derived, Stor >::size(), and gem5::statistics::VectorDistBase< Derived, Stor >::~VectorDistBase().