gem5  v20.0.0.3
Public Types | Public Member Functions | Protected Member Functions | List of all members
Stats::DataWrap< Derived, InfoProxyType > Class Template Reference

#include <statistics.hh>

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

Public Types

typedef InfoProxyType< Derived > Info
 

Public Member Functions

const Infoinfo () const
 
 DataWrap ()=delete
 
 DataWrap (const DataWrap &)=delete
 
DataWrapoperator= (const DataWrap &)=delete
 
 DataWrap (Group *parent, const char *name, 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 & 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
 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

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

Detailed Description

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

Definition at line 225 of file statistics.hh.

Member Typedef Documentation

◆ Info

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

Definition at line 228 of file statistics.hh.

Constructor & Destructor Documentation

◆ DataWrap() [1/3]

template<class Derived, template< class > class InfoProxyType>
Stats::DataWrap< Derived, InfoProxyType >::DataWrap ( )
delete

◆ DataWrap() [2/3]

template<class Derived, template< class > class InfoProxyType>
Stats::DataWrap< Derived, InfoProxyType >::DataWrap ( const DataWrap< Derived, InfoProxyType > &  )
delete

◆ DataWrap() [3/3]

template<class Derived, template< class > class InfoProxyType>
Stats::DataWrap< Derived, InfoProxyType >::DataWrap ( Group parent,
const char *  name,
const char *  desc 
)
inline

Definition at line 253 of file statistics.hh.

Member Function Documentation

◆ desc()

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrap< Derived, InfoProxyType >::desc ( const std::string &  _desc)
inline

Set the description and marks this stat to print at the end of simulation.

Parameters
descThe new description.
Returns
A reference to this stat.

Definition at line 309 of file statistics.hh.

Referenced by Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::desc(), Stats::Global::Global(), GpuDispatcher::GpuDispatcher(), StackDistProbe::regStats(), EtherDevice::regStats(), MemFootprintProbe::regStats(), TAGEBase::regStats(), FetchStage::regStats(), Profiler::regStats(), BPredUnit::regStats(), MemTest::regStats(), ExecStage::regStats(), LocalMemPipeline::regStats(), Minor::MinorStats::regStats(), BaseKvmCPU::regStats(), PowerModelState::regStats(), SMMUv3BaseCache::regStats(), ThermalDomain::regStats(), Ticked::regStats(), BaseDictionaryCompressor::regStats(), RiscvISA::TLB::regStats(), AbstractController::regStats(), MemDepUnit< MemDepPred, Impl >::regStats(), MipsISA::TLB::regStats(), GPUCoalescer::regStats(), Process::regStats(), DefaultDecode< Impl >::regStats(), GlobalMemPipeline::regStats(), RubyPrefetcher::regStats(), CacheMemory::regStats(), InstructionQueue< Impl >::regStats(), BaseSimpleCPU::regStats(), DefaultRename< Impl >::regStats(), PowerModel::regStats(), DefaultIEW< Impl >::regStats(), MessageBuffer::regStats(), TLBCoalescer::regStats(), DefaultCommit< Impl >::regStats(), FlashDevice::regStats(), X86ISA::TLB::regStats(), SMMUv3::regStats(), PowerISA::TLB::regStats(), ElasticTrace::regStats(), FullO3CPU< O3CPUImpl >::regStats(), CopyEngine::regStats(), Prefetcher::Queued::regStats(), SnoopFilter::regStats(), Minor::Fetch2::regStats(), X86ISA::GpuTLB::regStats(), DefaultFetch< Impl >::regStats(), LSQUnit< Impl >::regStats(), QoS::MemSinkCtrl::regStats(), LoopPredictor::regStats(), ROB< Impl >::regStats(), StatisticalCorrector::regStats(), IdeDisk::regStats(), Sinic::Device::regStats(), BaseCPU::regStats(), WalkCache::regStats(), SimpleCache::regStats(), Wavefront::regStats(), Prefetcher::Base::regStats(), ComputeUnit::regStats(), ArmISA::TLB::regStats(), TraceCPU::FixedRetryGen::regStats(), ArmISA::TableWalker::regStats(), UFSHostDevice::regStats(), and TraceCPU::regStats().

◆ flags()

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrap< Derived, InfoProxyType >::flags ( Flags  _flags)
inline

◆ info() [1/2]

template<class Derived, template< class > class InfoProxyType>
Info* Stats::DataWrap< Derived, InfoProxyType >::info ( )
inlineprotected

◆ info() [2/2]

template<class Derived, template< class > class InfoProxyType>
const Info* Stats::DataWrap< Derived, InfoProxyType >::info ( ) const
inline

Definition at line 242 of file statistics.hh.

◆ name() [1/2]

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrap< Derived, InfoProxyType >::name ( const std::string &  name)
inline

Set the name and marks this stat to print at the end of simulation.

Parameters
nameThe new name.
Returns
A reference to this stat.

Definition at line 276 of file statistics.hh.

Referenced by Stats::Global::Global(), GpuDispatcher::GpuDispatcher(), StackDistProbe::regStats(), EtherDevice::regStats(), MemFootprintProbe::regStats(), TAGEBase::regStats(), FetchStage::regStats(), Profiler::regStats(), BPredUnit::regStats(), Switch::regStats(), MemTest::regStats(), ExecStage::regStats(), LocalMemPipeline::regStats(), Throttle::regStats(), Minor::MinorStats::regStats(), BaseKvmCPU::regStats(), PowerModelState::regStats(), SMMUv3BaseCache::regStats(), ThermalDomain::regStats(), Ticked::regStats(), BaseDictionaryCompressor::regStats(), RiscvISA::TLB::regStats(), AbstractController::regStats(), GarnetNetwork::regStats(), MemDepUnit< MemDepPred, Impl >::regStats(), GPUCoalescer::regStats(), MipsISA::TLB::regStats(), Process::regStats(), DefaultDecode< Impl >::regStats(), Router::regStats(), GlobalMemPipeline::regStats(), RubyPrefetcher::regStats(), CacheMemory::regStats(), InstructionQueue< Impl >::regStats(), BaseSimpleCPU::regStats(), DefaultRename< Impl >::regStats(), PowerModel::regStats(), DefaultIEW< Impl >::regStats(), MessageBuffer::regStats(), TLBCoalescer::regStats(), DefaultCommit< Impl >::regStats(), FlashDevice::regStats(), X86ISA::TLB::regStats(), SMMUv3::regStats(), PowerISA::TLB::regStats(), ElasticTrace::regStats(), FullO3CPU< O3CPUImpl >::regStats(), CopyEngine::regStats(), Prefetcher::Queued::regStats(), SnoopFilter::regStats(), Minor::Fetch2::regStats(), X86ISA::GpuTLB::regStats(), DefaultFetch< Impl >::regStats(), LSQUnit< Impl >::regStats(), QoS::MemSinkCtrl::regStats(), LoopPredictor::regStats(), ROB< Impl >::regStats(), StatisticalCorrector::regStats(), IdeDisk::regStats(), Sinic::Device::regStats(), BaseCPU::regStats(), WalkCache::regStats(), SimpleCache::regStats(), Wavefront::regStats(), Prefetcher::Base::regStats(), ComputeUnit::regStats(), ArmISA::TLB::regStats(), TraceCPU::FixedRetryGen::regStats(), ArmISA::TableWalker::regStats(), UFSHostDevice::regStats(), and TraceCPU::regStats().

◆ name() [2/2]

template<class Derived, template< class > class InfoProxyType>
const std::string& Stats::DataWrap< Derived, InfoProxyType >::name ( ) const
inline

Definition at line 283 of file statistics.hh.

◆ operator=()

template<class Derived, template< class > class InfoProxyType>
DataWrap& Stats::DataWrap< Derived, InfoProxyType >::operator= ( const DataWrap< Derived, InfoProxyType > &  )
delete

◆ precision()

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrap< Derived, InfoProxyType >::precision ( int  _precision)
inline

◆ prereq()

template<class Derived, template< class > class InfoProxyType>
template<class Stat >
Derived& Stats::DataWrap< Derived, InfoProxyType >::prereq ( const Stat &  prereq)
inline

◆ self()

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrap< Derived, InfoProxyType >::self ( )
inlineprotected

Definition at line 231 of file statistics.hh.

◆ setSeparator() [1/2]

template<class Derived, template< class > class InfoProxyType>
Derived& Stats::DataWrap< Derived, InfoProxyType >::setSeparator ( const std::string &  _sep)
inline

Set the character(s) used between the name and vector number on vectors, dist, etc.

Parameters
_sepThe new separator string
Returns
A reference to this stat.

Definition at line 292 of file statistics.hh.

Referenced by Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::setSeparator().

◆ setSeparator() [2/2]

template<class Derived, template< class > class InfoProxyType>
const std::string& Stats::DataWrap< Derived, InfoProxyType >::setSeparator ( ) const
inline

Definition at line 297 of file statistics.hh.


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

Generated on Fri Jul 3 2020 15:53:56 for gem5 by doxygen 1.8.13