gem5  v22.1.0.0
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
gem5::statistics::VectorDistBase< Derived, Stor > Class Template Reference

#include <statistics.hh>

Inheritance diagram for gem5::statistics::VectorDistBase< Derived, Stor >:
gem5::statistics::DataWrapVec< Derived, VectorDistInfoProxy > gem5::statistics::DataWrap< Derived, InfoProxyType > gem5::statistics::InfoAccess

Public Types

typedef VectorDistInfoProxy< Derived > Info
 
typedef Stor Storage
 
typedef Stor::Params Params
 
typedef DistProxy< Derived > Proxy
 
- Public Types inherited from gem5::statistics::DataWrapVec< Derived, VectorDistInfoProxy >
typedef VectorDistInfoProxy< Derived > Info
 
- Public Types inherited from gem5::statistics::DataWrap< Derived, InfoProxyType >
typedef InfoProxyType< Derived > Info
 

Public Member Functions

 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< Derived, VectorDistInfoProxy >
 DataWrapVec (Group *parent=nullptr, const char *name=nullptr, const units::Base *unit=units::Unspecified::get(), const char *desc=nullptr)
 
Derived & subname (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...
 
Derived & subdesc (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 gem5::statistics::DataWrap< Derived, InfoProxyType >
const Infoinfo () const
 
 DataWrap ()=delete
 
 DataWrap (const DataWrap &)=delete
 
DataWrapoperator= (const DataWrap &)=delete
 
 DataWrap (Group *parent, const char *name, const units::Base *unit, const char *desc)
 
Derived & name (const std::string &name)
 Set the name and marks this stat to print at the end of simulation. More...
 
const std::string & name () const
 
Derived & setSeparator (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
 
Derived & unit (const units::Base *_unit)
 Set the unit of the stat. More...
 
Derived & desc (const std::string &_desc)
 Set the description and marks this stat to print at the end of simulation. More...
 
Derived & precision (int _precision)
 Set the precision and marks this stat to print at the end of simulation. More...
 
Derived & flags (Flags _flags)
 Set the flags and marks this stat to print at the end of simulation. More...
 
template<class Stat >
Derived & prereq (const Stat &prereq)
 Set the prerequisite stat and marks this stat to print at the end of simulation. More...
 
- Public Member Functions inherited from gem5::statistics::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...
 

Protected Member Functions

Storagedata (off_type index)
 
const Storagedata (off_type index) const
 
void doInit (size_type s)
 
- Protected Member Functions inherited from gem5::statistics::DataWrap< Derived, InfoProxyType >
Derived & self ()
 
Infoinfo ()
 
- Protected Member Functions inherited from gem5::statistics::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...
 
bool newStyleStats () const
 Check if the info is new style stats. More...
 

Protected Attributes

std::vector< Storage * > storage
 

Friends

class DistProxy< Derived >
 
class DataWrapVec< Derived, VectorDistInfoProxy >
 

Detailed Description

template<class Derived, class Stor>
class gem5::statistics::VectorDistBase< Derived, Stor >

Definition at line 1367 of file statistics.hh.

Member Typedef Documentation

◆ Info

template<class Derived , class Stor >
typedef VectorDistInfoProxy<Derived> gem5::statistics::VectorDistBase< Derived, Stor >::Info

Definition at line 1370 of file statistics.hh.

◆ Params

template<class Derived , class Stor >
typedef Stor::Params gem5::statistics::VectorDistBase< Derived, Stor >::Params

Definition at line 1372 of file statistics.hh.

◆ Proxy

template<class Derived , class Stor >
typedef DistProxy<Derived> gem5::statistics::VectorDistBase< Derived, Stor >::Proxy

Definition at line 1373 of file statistics.hh.

◆ Storage

template<class Derived , class Stor >
typedef Stor gem5::statistics::VectorDistBase< Derived, Stor >::Storage

Definition at line 1371 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorDistBase()

template<class Derived , class Stor >
gem5::statistics::VectorDistBase< Derived, Stor >::VectorDistBase ( Group parent,
const char *  name,
const units::Base unit,
const char *  desc 
)
inline

Definition at line 1407 of file statistics.hh.

◆ ~VectorDistBase()

template<class Derived , class Stor >
gem5::statistics::VectorDistBase< Derived, Stor >::~VectorDistBase ( )
inline

Member Function Documentation

◆ check()

template<class Derived , class Stor >
bool gem5::statistics::VectorDistBase< Derived, Stor >::check ( ) const
inline

◆ data() [1/2]

template<class Derived , class Stor >
Storage* gem5::statistics::VectorDistBase< Derived, Stor >::data ( off_type  index)
inlineprotected

◆ data() [2/2]

template<class Derived , class Stor >
const Storage* gem5::statistics::VectorDistBase< Derived, Stor >::data ( off_type  index) const
inlineprotected

◆ doInit()

template<class Derived , class Stor >
void gem5::statistics::VectorDistBase< Derived, Stor >::doInit ( size_type  s)
inlineprotected

◆ operator[]()

template<class Derived , class Stor >
Proxy gem5::statistics::VectorDistBase< Derived, Stor >::operator[] ( off_type  index)
inline

◆ prepare()

template<class Derived , class Stor >
void gem5::statistics::VectorDistBase< Derived, Stor >::prepare ( )
inline

◆ size()

template<class Derived , class Stor >
size_type gem5::statistics::VectorDistBase< Derived, Stor >::size ( ) const
inline

◆ zero()

template<class Derived , class Stor >
bool gem5::statistics::VectorDistBase< Derived, Stor >::zero ( ) const
inline

Friends And Related Function Documentation

◆ DataWrapVec< Derived, VectorDistInfoProxy >

template<class Derived , class Stor >
friend class DataWrapVec< Derived, VectorDistInfoProxy >
friend

Definition at line 1373 of file statistics.hh.

◆ DistProxy< Derived >

template<class Derived , class Stor >
friend class DistProxy< Derived >
friend

Definition at line 1373 of file statistics.hh.

Member Data Documentation

◆ storage

template<class Derived , class Stor >
std::vector<Storage*> gem5::statistics::VectorDistBase< Derived, Stor >::storage
protected

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

Generated on Wed Dec 21 2022 10:24:26 for gem5 by doxygen 1.9.1