gem5 v24.1.0.1
|
A vector of distributions. More...
#include <statistics.hh>
Public Member Functions | |
VectorDistribution (Group *parent=nullptr) | |
VectorDistribution (Group *parent, const char *name, const char *desc=nullptr) | |
VectorDistribution (Group *parent, const char *name, const units::Base *unit, const char *desc=nullptr) | |
VectorDistribution & | init (size_type size, Counter min, Counter max, Counter bkt) |
Initialize storage and parameters for this distribution. | |
![]() | |
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 |
![]() | |
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 () |
![]() | |
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. | |
![]() | |
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 | |
![]() | |
typedef VectorDistInfoProxy< VectorDistribution > | Info |
typedef DistStor | Storage |
typedef Stor::Params | Params |
typedef DistProxy< VectorDistribution > | Proxy |
![]() | |
typedef InfoProxyType< Derived > | Info |
![]() | |
typedef InfoProxyType< Derived > | Info |
![]() | |
Storage * | data (off_type index) |
const Storage * | data (off_type index) const |
void | doInit (size_type s) |
![]() | |
Derived & | self () |
Info * | info () |
![]() | |
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. | |
![]() | |
std::vector< Storage * > | storage |
A vector of distributions.
Definition at line 2244 of file statistics.hh.
|
inline |
Definition at line 2247 of file statistics.hh.
|
inline |
Definition at line 2253 of file statistics.hh.
|
inline |
Definition at line 2260 of file statistics.hh.
|
inline |
Initialize storage and parameters for this distribution.
size | The size of the vector (the number of distributions). |
min | The minimum value of the distribution. |
max | The maximum value of the distribution. |
bkt | The number of values in each bucket. |
Definition at line 2277 of file statistics.hh.
References gem5::statistics::VectorDistBase< VectorDistribution, DistStor >::doInit(), gem5::statistics::DataWrap< Derived, InfoProxyType >::self(), and gem5::statistics::InfoAccess::setParams().
Referenced by gem5::ComputeUnit::ComputeUnitStats::ComputeUnitStats().