gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

VectorStandardDeviationinit (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 &)
 
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 ()
 
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
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
< VectorStandardDeviation
Info
 
typedef SampleStor Storage
 
typedef SampleStor::Params Params
 
typedef DistProxy
< VectorStandardDeviation
Proxy
 
- Public Types inherited from Stats::DataWrapVec< VectorStandardDeviation, VectorDistInfoProxy >
typedef VectorDistInfoProxy
< VectorStandardDeviation
Info
 
- Public Types inherited from Stats::DataWrap< VectorStandardDeviation, VectorDistInfoProxy >
typedef VectorDistInfoProxy
< VectorStandardDeviation
Info
 
- 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 ()
 
 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...
 
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 2639 of file statistics.hh.

Member Function Documentation

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 2649 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 Fri Jun 9 2017 13:04:39 for gem5 by doxygen 1.8.6