gem5  v20.1.0.0
Public Member Functions | List of all members
Stats::VectorStandardDeviation Class Reference

This is a vector of StandardDeviation stats. More...

#include <statistics.hh>

Inheritance diagram for Stats::VectorStandardDeviation:
Stats::VectorDistBase< VectorStandardDeviation, SampleStor > Stats::DataWrapVec< VectorStandardDeviation, VectorDistInfoProxy > Stats::DataWrap< VectorStandardDeviation, VectorDistInfoProxy > Stats::InfoAccess

Public Member Functions

 VectorStandardDeviation (Group *parent=nullptr, const char *name=nullptr, const char *desc=nullptr)
 
VectorStandardDeviationinit (size_type size)
 Initialize storage for this distribution. More...
 
- Public Member Functions inherited from Stats::VectorDistBase< VectorStandardDeviation, SampleStor >
 VectorDistBase (Group *parent, const char *name, 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 Stats::DataWrapVec< VectorStandardDeviation, VectorDistInfoProxy >
 DataWrapVec (Group *parent=nullptr, const char *name=nullptr, const char *desc=nullptr)
 
VectorStandardDeviationsubname (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...
 
VectorStandardDeviationsubdesc (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 Infoinfo () const
 
 DataWrap ()=delete
 
 DataWrap (const DataWrap &)=delete
 
 DataWrap (Group *parent, const char *name, const char *desc)
 
DataWrapoperator= (const DataWrap &)=delete
 
VectorStandardDeviationname (const std::string &name)
 Set the name and marks this stat to print at the end of simulation. More...
 
const std::string & name () const
 
VectorStandardDeviationsetSeparator (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
 
VectorStandardDeviationdesc (const std::string &_desc)
 Set the description and marks this stat to print at the end of simulation. More...
 
VectorStandardDeviationprecision (int _precision)
 Set the precision and marks this stat to print at the end of simulation. More...
 
VectorStandardDeviationflags (Flags _flags)
 Set the flags and marks this stat to print at the end of simulation. More...
 
VectorStandardDeviationprereq (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
 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< VectorStandardDeviation, SampleStor >
typedef VectorDistInfoProxy< VectorStandardDeviationInfo
 
typedef SampleStor Storage
 
typedef SampleStor ::Params Params
 
typedef DistProxy< VectorStandardDeviationProxy
 
- Public Types inherited from Stats::DataWrapVec< VectorStandardDeviation, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorStandardDeviationInfo
 
- Public Types inherited from Stats::DataWrap< VectorStandardDeviation, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorStandardDeviationInfo
 
- Protected Member Functions inherited from Stats::VectorDistBase< VectorStandardDeviation, SampleStor >
Storagedata (off_type index)
 
const Storagedata (off_type index) const
 
void doInit (size_type s)
 
- Protected Member Functions inherited from Stats::DataWrap< VectorStandardDeviation, VectorDistInfoProxy >
VectorStandardDeviationself ()
 
Infoinfo ()
 
- Protected Member Functions inherited from Stats::InfoAccess
void setInfo (Group *parent, 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...
 
Infoinfo ()
 Grab the information class for this statistic. More...
 
const Infoinfo () const
 Grab the information class for this statistic. More...
 
- Protected Attributes inherited from Stats::VectorDistBase< VectorStandardDeviation, SampleStor >
Storagestorage
 
size_type _size
 

Detailed Description

This is a vector of StandardDeviation stats.

See also
VectorDistBase, SampleStor

Definition at line 2758 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorStandardDeviation()

Stats::VectorStandardDeviation::VectorStandardDeviation ( Group parent = nullptr,
const char *  name = nullptr,
const char *  desc = nullptr 
)
inline

Definition at line 2762 of file statistics.hh.

Member Function Documentation

◆ init()

VectorStandardDeviation& Stats::VectorStandardDeviation::init ( size_type  size)
inline

Initialize storage for this distribution.

Parameters
sizeThe size of the vector.
Returns
A reference to this distribution.

Definition at line 2775 of file statistics.hh.

References Stats::VectorDistBase< VectorStandardDeviation, SampleStor >::doInit(), and Stats::InfoAccess::setParams().


The documentation for this class was generated from the following file:

Generated on Wed Sep 30 2020 14:03:13 for gem5 by doxygen 1.8.17