gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
Stats::DataWrapVec< Derived, InfoProxyType > Class Template Reference

#include <statistics.hh>

Inheritance diagram for Stats::DataWrapVec< Derived, InfoProxyType >:
Stats::DataWrap< Derived, InfoProxyType > Stats::InfoAccess Stats::DataWrapVec2d< Derived, InfoProxyType > Stats::Vector2dBase< Derived, Stor >

Public Types

typedef InfoProxyType< Derived > Info
 
- Public Types inherited from Stats::DataWrap< Derived, InfoProxyType >
typedef InfoProxyType< Derived > Info
 

Public Member Functions

 DataWrapVec ()
 
 DataWrapVec (const DataWrapVec &ref)
 
void operator= (const DataWrapVec &)
 
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 Stats::DataWrap< Derived, InfoProxyType >
const Infoinfo () const
 
 DataWrap ()
 
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 & 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 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

- Protected Member Functions inherited from Stats::DataWrap< Derived, InfoProxyType >
Derived & self ()
 
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...
 

Detailed Description

template<class Derived, template< class > class InfoProxyType>
class Stats::DataWrapVec< Derived, InfoProxyType >

Definition at line 333 of file statistics.hh.

Member Typedef Documentation

template<class Derived, template< class > class InfoProxyType>
typedef InfoProxyType<Derived> Stats::DataWrapVec< Derived, InfoProxyType >::Info

Definition at line 336 of file statistics.hh.

Constructor & Destructor Documentation

template<class Derived, template< class > class InfoProxyType>
Stats::DataWrapVec< Derived, InfoProxyType >::DataWrapVec ( )
inline

Definition at line 338 of file statistics.hh.

template<class Derived, template< class > class InfoProxyType>
Stats::DataWrapVec< Derived, InfoProxyType >::DataWrapVec ( const DataWrapVec< Derived, InfoProxyType > &  ref)
inline

Definition at line 341 of file statistics.hh.

Member Function Documentation

template<class Derived, template< class > class InfoProxyType>
void Stats::DataWrapVec< Derived, InfoProxyType >::operator= ( const DataWrapVec< Derived, InfoProxyType > &  )
inline

Definition at line 344 of file statistics.hh.

template<class Derived, template< class > class InfoProxyType>
void Stats::DataWrapVec< Derived, InfoProxyType >::prepare ( )
inline

Definition at line 395 of file statistics.hh.

template<class Derived, template< class > class InfoProxyType>
void Stats::DataWrapVec< Derived, InfoProxyType >::reset ( )
inline

Definition at line 406 of file statistics.hh.

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrapVec< Derived, InfoProxyType >::subdesc ( off_type  index,
const std::string &  desc 
)
inline

Set the subfield description for the given index and marks this stat to print at the end of simulation.

Parameters
indexThe subfield index.
descThe new description of the subfield
Returns
A reference to this stat.

Definition at line 382 of file statistics.hh.

Referenced by FALRU::regStats().

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrapVec< Derived, InfoProxyType >::subname ( off_type  index,
const std::string &  name 
)
inline

Set the subfield name for the given index, and marks this stat to print at the end of simulation.

Parameters
indexThe subfield index.
nameThe new name of the subfield.
Returns
A reference to this stat.

Definition at line 358 of file statistics.hh.

Referenced by ExecStage::regStats(), GarnetNetwork::regStats(), CacheMemory::regStats(), BaseSimpleCPU::regStats(), BaseTags::regStats(), FALRU::regStats(), ClockedObject::regStats(), AbstractMemory::regStats(), ComputeUnit::regStats(), BaseCache::regStats(), BaseXBar::regStats(), and ArmISA::TableWalker::regStats().


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

Generated on Fri Jun 9 2017 13:04:38 for gem5 by doxygen 1.8.6