|
gem5
|
A vector of distributions. More...
#include <statistics.hh>
Public Member Functions | |
| VectorDistribution & | init (size_type size, Counter min, Counter max, Counter bkt) |
| Initialize storage and parameters for this distribution. More... | |
Public Member Functions inherited from Stats::VectorDistBase< VectorDistribution, DistStor > | |
| VectorDistBase () | |
| ~VectorDistBase () | |
| Proxy | operator[] (off_type index) |
| size_type | size () const |
| bool | zero () const |
| void | prepare () |
| bool | check () const |
Public Member Functions inherited from Stats::DataWrapVec< VectorDistribution, VectorDistInfoProxy > | |
| DataWrapVec () | |
| DataWrapVec (const DataWrapVec &ref) | |
| void | operator= (const DataWrapVec &) |
| VectorDistribution & | 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... | |
| VectorDistribution & | 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< VectorDistribution, VectorDistInfoProxy > | |
| const Info * | info () const |
| DataWrap () | |
| VectorDistribution & | 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 |
| VectorDistribution & | 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 |
| VectorDistribution & | desc (const std::string &_desc) |
| Set the description and marks this stat to print at the end of simulation. More... | |
| VectorDistribution & | precision (int _precision) |
| Set the precision and marks this stat to print at the end of simulation. More... | |
| VectorDistribution & | flags (Flags _flags) |
| Set the flags and marks this stat to print at the end of simulation. More... | |
| VectorDistribution & | 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 | |
| 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 | |
Public Types inherited from Stats::VectorDistBase< VectorDistribution, DistStor > | |
| typedef VectorDistInfoProxy < VectorDistribution > | Info |
| typedef DistStor | Storage |
| typedef DistStor::Params | Params |
| typedef DistProxy < VectorDistribution > | Proxy |
Public Types inherited from Stats::DataWrapVec< VectorDistribution, VectorDistInfoProxy > | |
| typedef VectorDistInfoProxy < VectorDistribution > | Info |
Public Types inherited from Stats::DataWrap< VectorDistribution, VectorDistInfoProxy > | |
| typedef VectorDistInfoProxy < VectorDistribution > | Info |
Protected Member Functions inherited from Stats::VectorDistBase< VectorDistribution, DistStor > | |
| Storage * | data (off_type index) |
| const Storage * | data (off_type index) const |
| void | doInit (size_type s) |
Protected Member Functions inherited from Stats::DataWrap< VectorDistribution, VectorDistInfoProxy > | |
| VectorDistribution & | self () |
| Info * | info () |
| DataWrap (const DataWrap &stat) | |
| Copy constructor, copies are not allowed. More... | |
| void | operator= (const DataWrap &) |
| Can't copy stats. More... | |
Protected Member Functions inherited from Stats::InfoAccess | |
| void | setInfo (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... | |
Protected Attributes inherited from Stats::VectorDistBase< VectorDistribution, DistStor > | |
| Storage * | storage |
| size_type | _size |
A vector of distributions.
Definition at line 2610 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 2622 of file statistics.hh.
References Stats::DistStor::Params::bucket_size, Stats::DistStor::Params::buckets, Stats::VectorDistBase< VectorDistribution, DistStor >::doInit(), Stats::DistStor::Params::max, Stats::DistStor::Params::min, and Stats::InfoAccess::setParams().