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

A vector of distributions. More...

#include <statistics.hh>

Inheritance diagram for Stats::VectorDistribution:
Stats::VectorDistBase< VectorDistribution, DistStor > Stats::DataWrapVec< VectorDistribution, VectorDistInfoProxy > Stats::DataWrap< VectorDistribution, VectorDistInfoProxy > Stats::InfoAccess

Public Member Functions

 VectorDistribution (Group *parent=nullptr, const char *name=nullptr, const char *desc=nullptr)
 
VectorDistributioninit (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 (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< VectorDistribution, VectorDistInfoProxy >
 DataWrapVec (Group *parent=nullptr, const char *name=nullptr, const char *desc=nullptr)
 
VectorDistributionsubname (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...
 
VectorDistributionsubdesc (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 Infoinfo () const
 
 DataWrap ()=delete
 
 DataWrap (const DataWrap &)=delete
 
 DataWrap (Group *parent, const char *name, const char *desc)
 
DataWrapoperator= (const DataWrap &)=delete
 
VectorDistributionname (const std::string &name)
 Set the name and marks this stat to print at the end of simulation. More...
 
const std::string & name () const
 
VectorDistributionsetSeparator (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
 
VectorDistributiondesc (const std::string &_desc)
 Set the description and marks this stat to print at the end of simulation. More...
 
VectorDistributionprecision (int _precision)
 Set the precision and marks this stat to print at the end of simulation. More...
 
VectorDistributionflags (Flags _flags)
 Set the flags and marks this stat to print at the end of simulation. More...
 
VectorDistributionprereq (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< VectorDistribution, DistStor >
typedef VectorDistInfoProxy< VectorDistributionInfo
 
typedef DistStor Storage
 
typedef DistStor ::Params Params
 
typedef DistProxy< VectorDistributionProxy
 
- Public Types inherited from Stats::DataWrapVec< VectorDistribution, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorDistributionInfo
 
- Public Types inherited from Stats::DataWrap< VectorDistribution, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorDistributionInfo
 
- Protected Member Functions inherited from Stats::VectorDistBase< VectorDistribution, DistStor >
Storagedata (off_type index)
 
const Storagedata (off_type index) const
 
void doInit (size_type s)
 
- Protected Member Functions inherited from Stats::DataWrap< VectorDistribution, VectorDistInfoProxy >
VectorDistributionself ()
 
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< VectorDistribution, DistStor >
Storagestorage
 
size_type _size
 

Detailed Description

A vector of distributions.

See also
VectorDistBase, DistStor

Definition at line 2723 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorDistribution()

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

Definition at line 2726 of file statistics.hh.

Member Function Documentation

◆ init()

VectorDistribution& Stats::VectorDistribution::init ( size_type  size,
Counter  min,
Counter  max,
Counter  bkt 
)
inline

Initialize storage and parameters for this distribution.

Parameters
sizeThe size of the vector (the number of distributions).
minThe minimum value of the distribution.
maxThe maximum value of the distribution.
bktThe number of values in each bucket.
Returns
A reference to this distribution.

Definition at line 2741 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().

Referenced by ComputeUnit::regStats().


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