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

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

#include <statistics.hh>

Inheritance diagram for gem5::statistics::VectorAverageDeviation:
gem5::statistics::VectorDistBase< VectorAverageDeviation, AvgSampleStor > gem5::statistics::DataWrapVec< VectorAverageDeviation, VectorDistInfoProxy > gem5::statistics::DataWrap< VectorAverageDeviation, VectorDistInfoProxy > gem5::statistics::InfoAccess

Public Member Functions

 VectorAverageDeviation (Group *parent=nullptr)
 VectorAverageDeviation (Group *parent, const char *name, const char *desc=nullptr)
 VectorAverageDeviation (Group *parent, const char *name, const units::Base *unit, const char *desc=nullptr)
VectorAverageDeviationinit (size_type size)
 Initialize storage for this distribution.
Public Member Functions inherited from gem5::statistics::VectorDistBase< VectorAverageDeviation, AvgSampleStor >
 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< VectorAverageDeviation, VectorDistInfoProxy >
 DataWrapVec (Group *parent=nullptr, const char *name=nullptr, const units::Base *unit=units::Unspecified::get(), const char *desc=nullptr)
VectorAverageDeviationsubname (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.
VectorAverageDeviationsubdesc (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< VectorAverageDeviation, VectorDistInfoProxy >
 DataWrap ()=delete
DataWrapoperator= (const DataWrap &)=delete
VectorAverageDeviationname (const std::string &name)
 Set the name and marks this stat to print at the end of simulation.
VectorAverageDeviationsetSeparator (const std::string &_sep)
 Set the character(s) used between the name and vector number on vectors, dist, etc.
VectorAverageDeviationunit (const units::Base *_unit)
 Set the unit of the stat.
VectorAverageDeviationdesc (const std::string &_desc)
 Set the description and marks this stat to print at the end of simulation.
VectorAverageDeviationprecision (int _precision)
 Set the precision and marks this stat to print at the end of simulation.
VectorAverageDeviationflags (Flags _flags)
 Set the flags and marks this stat to print at the end of simulation.
VectorAverageDeviationprereq (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< VectorAverageDeviation, AvgSampleStor >
typedef VectorDistInfoProxy< VectorAverageDeviationInfo
typedef AvgSampleStor Storage
typedef AvgSampleStor::Params Params
typedef DistProxy< VectorAverageDeviationProxy
Public Types inherited from gem5::statistics::DataWrapVec< VectorAverageDeviation, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorAverageDeviationInfo
Public Types inherited from gem5::statistics::DataWrap< VectorAverageDeviation, VectorDistInfoProxy >
typedef VectorDistInfoProxy< VectorAverageDeviationInfo
Protected Member Functions inherited from gem5::statistics::VectorDistBase< VectorAverageDeviation, AvgSampleStor >
Storagedata (off_type index)
void doInit (size_type s)
Protected Member Functions inherited from gem5::statistics::DataWrap< VectorAverageDeviation, VectorDistInfoProxy >
VectorAverageDeviationself ()
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< VectorAverageDeviation, AvgSampleStor >
std::vector< Storage * > storage

Detailed Description

This is a vector of AverageDeviation stats.

See also
VectorDistBase, AvgSampleStor

Definition at line 2334 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorAverageDeviation() [1/3]

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

◆ VectorAverageDeviation() [2/3]

◆ VectorAverageDeviation() [3/3]

Member Function Documentation

◆ init()

VectorAverageDeviation & gem5::statistics::VectorAverageDeviation::init ( size_type size)
inline

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