gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::statistics::VectorDistribution Class Reference

A vector of distributions. More...

#include <statistics.hh>

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

Public Member Functions

 VectorDistribution (Group *parent=nullptr)
 VectorDistribution (Group *parent, const char *name, const char *desc=nullptr)
 VectorDistribution (Group *parent, const char *name, const units::Base *unit, const char *desc=nullptr)
VectorDistributioninit (size_type size, Counter min, Counter max, Counter bkt)
 Initialize storage and parameters for this distribution.
Public Member Functions inherited from gem5::statistics::VectorDistBase< VectorDistribution, DistStor >
 VectorDistBase (Group *parent, const char *name, const units::Base *unit, 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 gem5::statistics::DataWrapVec< VectorDistribution, VectorDistInfoProxy >
 DataWrapVec (Group *parent=nullptr, const char *name=nullptr, const units::Base *unit=units::Unspecified::get(), 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.
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.
void prepare ()
void reset ()
Public Member Functions inherited from gem5::statistics::DataWrap< VectorDistribution, VectorDistInfoProxy >
 DataWrap ()=delete
DataWrapoperator= (const DataWrap &)=delete
VectorDistributionname (const std::string &name)
 Set the name and marks this stat to print at the end of simulation.
VectorDistributionsetSeparator (const std::string &_sep)
 Set the character(s) used between the name and vector number on vectors, dist, etc.
VectorDistributionunit (const units::Base *_unit)
 Set the unit of the stat.
VectorDistributiondesc (const std::string &_desc)
 Set the description and marks this stat to print at the end of simulation.
VectorDistributionprecision (int _precision)
 Set the precision and marks this stat to print at the end of simulation.
VectorDistributionflags (Flags _flags)
 Set the flags and marks this stat to print at the end of simulation.
VectorDistributionprereq (const Stat &prereq)
 Set the prerequisite stat and marks this stat to print at the end of simulation.
Public Member Functions inherited from gem5::statistics::InfoAccess
 InfoAccess ()
void reset ()
 Reset the stat to the default state.
bool zero () const
bool check () const
 Check that this stat has been set up properly and is ready for use.

Additional Inherited Members

Public Types inherited from gem5::statistics::VectorDistBase< VectorDistribution, DistStor >
typedef VectorDistInfoProxy< VectorDistributionInfo
typedef DistStor Storage
typedef DistStor::Params Params
typedef DistProxy< VectorDistributionProxy
Public Types inherited from gem5::statistics::DataWrapVec< VectorDistribution, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorDistributionInfo
Public Types inherited from gem5::statistics::DataWrap< VectorDistribution, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorDistributionInfo
Protected Member Functions inherited from gem5::statistics::VectorDistBase< VectorDistribution, DistStor >
Storagedata (off_type index)
void doInit (size_type s)
Protected Member Functions inherited from gem5::statistics::DataWrap< VectorDistribution, VectorDistInfoProxy >
VectorDistributionself ()
Infoinfo ()
Protected Member Functions inherited from gem5::statistics::InfoAccess
void setInfo (Group *parent, Info *info)
 Set up an info class for this statistic.
void setParams (const StorageParams *params)
 Save Storage class parameters if any.
void setInit ()
 Save Storage class parameters if any.
Infoinfo ()
 Grab the information class for this statistic.
const Infoinfo () const
 Grab the information class for this statistic.
bool newStyleStats () const
 Check if the info is new style stats.
Protected Attributes inherited from gem5::statistics::VectorDistBase< VectorDistribution, DistStor >
std::vector< Storage * > storage

Detailed Description

A vector of distributions.

See also
VectorDistBase, DistStor

Definition at line 2244 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorDistribution() [1/3]

gem5::statistics::VectorDistribution::VectorDistribution ( Group * parent = nullptr)
inline

◆ VectorDistribution() [2/3]

◆ VectorDistribution() [3/3]

Member Function Documentation

◆ init()

VectorDistribution & gem5::statistics::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 2277 of file statistics.hh.

References gem5::statistics::VectorDistBase< VectorDistribution, DistStor >::doInit(), gem5::statistics::DataWrap< VectorDistribution, VectorDistInfoProxy >::self(), gem5::statistics::InfoAccess::setParams(), and gem5::statistics::VectorDistBase< VectorDistribution, DistStor >::size().


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

Generated on Sat Oct 18 2025 08:07:04 for gem5 by doxygen 1.14.0