|
gem5
|
This is a vector of StandardDeviation stats. More...
#include <statistics.hh>
Public Member Functions | |
| VectorStandardDeviation & | init (size_type size) |
| Initialize storage for this distribution. More... | |
Public Member Functions inherited from Stats::VectorDistBase< VectorStandardDeviation, SampleStor > | |
| 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< VectorStandardDeviation, VectorDistInfoProxy > | |
| DataWrapVec () | |
| DataWrapVec (const DataWrapVec &ref) | |
| void | operator= (const DataWrapVec &) |
| VectorStandardDeviation & | 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... | |
| VectorStandardDeviation & | 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< VectorStandardDeviation, VectorDistInfoProxy > | |
| const Info * | info () const |
| DataWrap () | |
| VectorStandardDeviation & | 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 |
| VectorStandardDeviation & | 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 |
| VectorStandardDeviation & | desc (const std::string &_desc) |
| Set the description and marks this stat to print at the end of simulation. More... | |
| VectorStandardDeviation & | precision (int _precision) |
| Set the precision and marks this stat to print at the end of simulation. More... | |
| VectorStandardDeviation & | flags (Flags _flags) |
| Set the flags and marks this stat to print at the end of simulation. More... | |
| VectorStandardDeviation & | 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... | |
This is a vector of StandardDeviation stats.
Definition at line 2639 of file statistics.hh.
|
inline |
Initialize storage for this distribution.
| size | The size of the vector. |
Definition at line 2649 of file statistics.hh.
References Stats::VectorDistBase< VectorStandardDeviation, SampleStor >::doInit(), and Stats::InfoAccess::setParams().