|
gem5
v19.0.0.0
|
#include <statistics.hh>
Public Types | |
| typedef InfoProxyType< Derived > | Info |
Public Member Functions | |
| const Info * | info () const |
| DataWrap ()=delete | |
| DataWrap (const DataWrap &)=delete | |
| DataWrap & | operator= (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 () |
| Info * | info () |
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... | |
| Info * | info () |
| Grab the information class for this statistic. More... | |
| const Info * | info () const |
| Grab the information class for this statistic. More... | |
Definition at line 228 of file statistics.hh.
| typedef InfoProxyType<Derived> Stats::DataWrap< Derived, InfoProxyType >::Info |
Definition at line 231 of file statistics.hh.
|
delete |
|
delete |
|
inline |
Definition at line 256 of file statistics.hh.
|
inline |
Set the description and marks this stat to print at the end of simulation.
| desc | The new description. |
Definition at line 312 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(), MemTest::regStats(), ExecStage::regStats(), BPredUnit::regStats(), LocalMemPipeline::regStats(), Minor::MinorStats::regStats(), BaseKvmCPU::regStats(), PowerModelState::regStats(), SMMUv3BaseCache::regStats(), AlphaISA::TLB::regStats(), ThermalDomain::regStats(), AbstractController::regStats(), Ticked::regStats(), BaseDictionaryCompressor::regStats(), MemDepUnit< MemDepPred, Impl >::regStats(), GPUCoalescer::regStats(), RiscvISA::TLB::regStats(), Prefetcher::regStats(), MipsISA::TLB::regStats(), DefaultDecode< Impl >::regStats(), Process::regStats(), GlobalMemPipeline::regStats(), CacheMemory::regStats(), MessageBuffer::regStats(), InstructionQueue< Impl >::regStats(), PowerModel::regStats(), DefaultRename< Impl >::regStats(), BaseSimpleCPU::regStats(), DefaultIEW< Impl >::regStats(), TLBCoalescer::regStats(), FlashDevice::regStats(), DefaultCommit< Impl >::regStats(), X86ISA::TLB::regStats(), SMMUv3::regStats(), PowerISA::TLB::regStats(), ElasticTrace::regStats(), FullO3CPU< O3CPUImpl >::regStats(), CopyEngine::regStats(), QueuedPrefetcher::regStats(), SnoopFilter::regStats(), Minor::Fetch2::regStats(), X86ISA::GpuTLB::regStats(), DefaultFetch< Impl >::regStats(), QoS::MemSinkCtrl::regStats(), LSQUnit< Impl >::regStats(), LoopPredictor::regStats(), StatisticalCorrector::regStats(), ROB< Impl >::regStats(), IdeDisk::regStats(), Sinic::Device::regStats(), BaseCPU::regStats(), WalkCache::regStats(), SimpleCache::regStats(), Wavefront::regStats(), BasePrefetcher::regStats(), ComputeUnit::regStats(), ArmISA::TLB::regStats(), TraceCPU::FixedRetryGen::regStats(), ArmISA::TableWalker::regStats(), UFSHostDevice::regStats(), TraceCPU::regStats(), and AlphaISA::Kernel::Statistics::Statistics().
|
inline |
Set the flags and marks this stat to print at the end of simulation.
| f | The new flags. |
Definition at line 336 of file statistics.hh.
Referenced by Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::flags(), CommMonitor::MonitorStats::MonitorStats(), StackDistProbe::regStats(), MemFootprintProbe::regStats(), Profiler::regStats(), Switch::regStats(), BaseCacheCompressor::BaseCacheCompressorStats::regStats(), Minor::MinorStats::regStats(), SMMUv3BaseCache::regStats(), AbstractController::regStats(), Router::regStats(), GarnetNetwork::regStats(), BaseTags::BaseTagStats::regStats(), CacheMemory::regStats(), QoS::MemCtrl::MemCtrlStats::regStats(), MessageBuffer::regStats(), InstructionQueue< Impl >::regStats(), DefaultRename< Impl >::regStats(), BaseSimpleCPU::regStats(), DefaultIEW< Impl >::regStats(), DefaultCommit< Impl >::regStats(), FlashDevice::regStats(), AbstractMemory::MemStats::regStats(), SMMUv3::regStats(), FullO3CPU< O3CPUImpl >::regStats(), CopyEngine::regStats(), Minor::Fetch2::regStats(), DefaultFetch< Impl >::regStats(), ClockedObject::ClockedObjectStats::regStats(), WalkCache::regStats(), ArmISA::TableWalker::regStats(), BaseCache::CacheStats::regStats(), UFSHostDevice::regStats(), DRAMCtrl::DRAMStats::regStats(), BaseCache::CacheCmdStats::regStatsFromParent(), and AlphaISA::Kernel::Statistics::Statistics().
|
inlineprotected |
Definition at line 238 of file statistics.hh.
Referenced by Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::prereq(), and Stats::DataWrapVec< VectorStandardDeviation, VectorDistInfoProxy >::subname().
|
inline |
Definition at line 245 of file statistics.hh.
|
inline |
Set the name and marks this stat to print at the end of simulation.
| name | The new name. |
Definition at line 279 of file statistics.hh.
Referenced by Stats::Global::Global(), GpuDispatcher::GpuDispatcher(), StackDistProbe::regStats(), EtherDevice::regStats(), MemFootprintProbe::regStats(), TAGEBase::regStats(), FetchStage::regStats(), Profiler::regStats(), Switch::regStats(), ExecStage::regStats(), BPredUnit::regStats(), MemTest::regStats(), LocalMemPipeline::regStats(), Throttle::regStats(), Minor::MinorStats::regStats(), BaseKvmCPU::regStats(), PowerModelState::regStats(), SMMUv3BaseCache::regStats(), AlphaISA::TLB::regStats(), ThermalDomain::regStats(), AbstractController::regStats(), Ticked::regStats(), BaseDictionaryCompressor::regStats(), Router::regStats(), MemDepUnit< MemDepPred, Impl >::regStats(), GarnetNetwork::regStats(), GPUCoalescer::regStats(), Prefetcher::regStats(), RiscvISA::TLB::regStats(), MipsISA::TLB::regStats(), DefaultDecode< Impl >::regStats(), Process::regStats(), GlobalMemPipeline::regStats(), CacheMemory::regStats(), MessageBuffer::regStats(), InstructionQueue< Impl >::regStats(), PowerModel::regStats(), DefaultRename< Impl >::regStats(), BaseSimpleCPU::regStats(), DefaultIEW< Impl >::regStats(), TLBCoalescer::regStats(), DefaultCommit< Impl >::regStats(), FlashDevice::regStats(), X86ISA::TLB::regStats(), SMMUv3::regStats(), PowerISA::TLB::regStats(), ElasticTrace::regStats(), FullO3CPU< O3CPUImpl >::regStats(), CopyEngine::regStats(), QueuedPrefetcher::regStats(), SnoopFilter::regStats(), Minor::Fetch2::regStats(), X86ISA::GpuTLB::regStats(), DefaultFetch< Impl >::regStats(), LSQUnit< Impl >::regStats(), QoS::MemSinkCtrl::regStats(), LoopPredictor::regStats(), StatisticalCorrector::regStats(), ROB< Impl >::regStats(), IdeDisk::regStats(), Sinic::Device::regStats(), BaseCPU::regStats(), WalkCache::regStats(), SimpleCache::regStats(), Wavefront::regStats(), BasePrefetcher::regStats(), ComputeUnit::regStats(), ArmISA::TLB::regStats(), TraceCPU::FixedRetryGen::regStats(), ArmISA::TableWalker::regStats(), UFSHostDevice::regStats(), TraceCPU::regStats(), and AlphaISA::Kernel::Statistics::Statistics().
|
inline |
Definition at line 286 of file statistics.hh.
|
delete |
|
inline |
Set the precision and marks this stat to print at the end of simulation.
| _precision | The new precision |
Definition at line 324 of file statistics.hh.
Referenced by Stats::Global::Global(), Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::precision(), EtherDevice::regStats(), BPredUnit::regStats(), Minor::MinorStats::regStats(), QoS::MemCtrl::MemCtrlStats::regStats(), AbstractMemory::MemStats::regStats(), FullO3CPU< O3CPUImpl >::regStats(), DRAMCtrl::DRAMStats::regStats(), and TraceCPU::regStats().
|
inline |
Set the prerequisite stat and marks this stat to print at the end of simulation.
| prereq | The prerequisite stat. |
Definition at line 350 of file statistics.hh.
Referenced by Stats::Global::Global(), Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::prereq(), EtherDevice::regStats(), Minor::MinorStats::regStats(), DefaultDecode< Impl >::regStats(), InstructionQueue< Impl >::regStats(), DefaultRename< Impl >::regStats(), BaseSimpleCPU::regStats(), DefaultCommit< Impl >::regStats(), AbstractMemory::MemStats::regStats(), FullO3CPU< O3CPUImpl >::regStats(), and DefaultFetch< Impl >::regStats().
|
inlineprotected |
Definition at line 234 of file statistics.hh.
|
inline |
Set the character(s) used between the name and vector number on vectors, dist, etc.
| _sep | The new separator string |
Definition at line 295 of file statistics.hh.
Referenced by Stats::DataWrap< SparseHistogram, SparseHistInfoProxy >::setSeparator().
|
inline |
Definition at line 300 of file statistics.hh.