gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::ruby::Profiler::ProfilerStats Struct Reference
Inheritance diagram for gem5::ruby::Profiler::ProfilerStats:
gem5::statistics::Group

Classes

struct  PerMachineTypeStats
 
struct  PerRequestTypeMachineTypeStats
 
struct  PerRequestTypeStats
 

Public Member Functions

 ProfilerStats (statistics::Group *parent, Profiler *profiler)
 
- Public Member Functions inherited from gem5::statistics::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group.
 
virtual ~Group ()
 
virtual void regStats ()
 Callback to set stat parameters.
 
virtual void resetStats ()
 Callback to reset stats.
 
virtual void preDumpStats ()
 Callback before stats are dumped.
 
void addStat (statistics::Info *info)
 Register a stat with this group.
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object.
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object.
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block.
 
const InforesolveStat (std::string name) const
 Resolve a stat by its name within this group.
 
void mergeStatGroup (Group *block)
 Merge the contents (stats & children) of a block to this block.
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 

Public Attributes

gem5::ruby::Profiler::ProfilerStats::PerRequestTypeStats perRequestTypeStats
 
gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats perMachineTypeStats
 
gem5::ruby::Profiler::ProfilerStats::PerRequestTypeMachineTypeStats perRequestTypeMachineTypeStats
 
statistics::Histogram delayHistogram
 
std::vector< statistics::Histogram * > delayVCHistogram
 
statistics::Histogram m_outstandReqHistSeqr
 Histogram for number of outstanding requests per cycle.
 
statistics::Histogram m_outstandReqHistCoalsr
 
statistics::Histogram m_latencyHistSeqr
 Histogram for holding latency profile of all requests.
 
statistics::Histogram m_latencyHistCoalsr
 
statistics::Histogram m_hitLatencyHistSeqr
 Histogram for holding latency profile of all requests that hit in the controller connected to this sequencer.
 
statistics::Histogram m_missLatencyHistSeqr
 Histogram for holding latency profile of all requests that miss in the controller connected to this sequencer.
 
statistics::Histogram m_missLatencyHistCoalsr
 

Detailed Description

Definition at line 100 of file Profiler.hh.

Constructor & Destructor Documentation

◆ ProfilerStats()

Member Data Documentation

◆ delayHistogram

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::delayHistogram

Definition at line 171 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ delayVCHistogram

std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::delayVCHistogram

Definition at line 172 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_hitLatencyHistSeqr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_hitLatencyHistSeqr

Histogram for holding latency profile of all requests that hit in the controller connected to this sequencer.

Definition at line 184 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_latencyHistCoalsr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_latencyHistCoalsr

Definition at line 180 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_latencyHistSeqr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_latencyHistSeqr

Histogram for holding latency profile of all requests.

Definition at line 179 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_missLatencyHistCoalsr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_missLatencyHistCoalsr

Definition at line 189 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_missLatencyHistSeqr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_missLatencyHistSeqr

Histogram for holding latency profile of all requests that miss in the controller connected to this sequencer.

Definition at line 188 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_outstandReqHistCoalsr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_outstandReqHistCoalsr

Definition at line 176 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ m_outstandReqHistSeqr

statistics::Histogram gem5::ruby::Profiler::ProfilerStats::m_outstandReqHistSeqr

Histogram for number of outstanding requests per cycle.

Definition at line 175 of file Profiler.hh.

Referenced by gem5::ruby::Profiler::collateStats(), and ProfilerStats().

◆ perMachineTypeStats

gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats gem5::ruby::Profiler::ProfilerStats::perMachineTypeStats

◆ perRequestTypeMachineTypeStats

gem5::ruby::Profiler::ProfilerStats::PerRequestTypeMachineTypeStats gem5::ruby::Profiler::ProfilerStats::perRequestTypeMachineTypeStats

◆ perRequestTypeStats

gem5::ruby::Profiler::ProfilerStats::PerRequestTypeStats gem5::ruby::Profiler::ProfilerStats::perRequestTypeStats

The documentation for this struct was generated from the following files:

Generated on Tue Jun 18 2024 16:24:22 for gem5 by doxygen 1.11.0