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

#include <statistics.hh>

Inheritance diagram for Stats::VectorDistBase< Derived, Stor >:
Stats::DataWrapVec< Derived, VectorDistInfoProxy > Stats::DataWrap< Derived, VectorDistInfoProxy > Stats::InfoAccess

Public Types

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

Public Member Functions

 VectorDistBase ()
 
 ~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< Derived, VectorDistInfoProxy >
 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, VectorDistInfoProxy >
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...
 
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...
 

Protected Member Functions

Storagedata (off_type index)
 
const Storagedata (off_type index) const
 
void doInit (size_type s)
 
- Protected Member Functions inherited from Stats::DataWrap< Derived, VectorDistInfoProxy >
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...
 

Protected Attributes

Storagestorage
 
size_type _size
 

Friends

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

Detailed Description

template<class Derived, class Stor>
class Stats::VectorDistBase< Derived, Stor >

Definition at line 1909 of file statistics.hh.

Member Typedef Documentation

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

Definition at line 1912 of file statistics.hh.

template<class Derived, class Stor>
typedef Stor::Params Stats::VectorDistBase< Derived, Stor >::Params

Definition at line 1914 of file statistics.hh.

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

Definition at line 1915 of file statistics.hh.

template<class Derived, class Stor>
typedef Stor Stats::VectorDistBase< Derived, Stor >::Storage

Definition at line 1913 of file statistics.hh.

Constructor & Destructor Documentation

template<class Derived, class Stor>
Stats::VectorDistBase< Derived, Stor >::VectorDistBase ( )
inline

Definition at line 1954 of file statistics.hh.

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

Definition at line 1958 of file statistics.hh.

Member Function Documentation

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

Definition at line 2000 of file statistics.hh.

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

Definition at line 1931 of file statistics.hh.

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

Definition at line 1937 of file statistics.hh.

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

Definition at line 1968 of file statistics.hh.

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

Definition at line 1990 of file statistics.hh.

template<class Derived, class Stor>
size_type Stats::VectorDistBase< Derived, Stor >::size ( ) const
inline
template<class Derived, class Stor>
bool Stats::VectorDistBase< Derived, Stor >::zero ( ) const
inline

Definition at line 1981 of file statistics.hh.

Friends And Related Function Documentation

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

Definition at line 1917 of file statistics.hh.

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

Definition at line 1916 of file statistics.hh.

Member Data Documentation

template<class Derived, class Stor>
size_type Stats::VectorDistBase< Derived, Stor >::_size
protected
template<class Derived, class Stor>
Storage* Stats::VectorDistBase< Derived, Stor >::storage
protected

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

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