gem5 v24.0.0.0
|
#include <Profiler.hh>
Public Member Functions | |
PerMachineTypeStats (statistics::Group *parent) | |
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 Info * | resolveStat (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 | |
Group & | operator= (const Group &)=delete |
Definition at line 122 of file Profiler.hh.
gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::PerMachineTypeStats | ( | statistics::Group * | parent | ) |
Definition at line 209 of file Profiler.cc.
References gem5::csprintf(), gem5::ArmISA::i, m_FirstResponseToCompletionDelayHistCoalsr, m_FirstResponseToCompletionDelayHistSeqr, m_ForwardToFirstResponseDelayHistCoalsr, m_ForwardToFirstResponseDelayHistSeqr, m_hitMachLatencyHistSeqr, m_IncompleteTimesSeqr, m_InitialToForwardDelayHistCoalsr, m_InitialToForwardDelayHistSeqr, m_IssueToInitialDelayHistCoalsr, m_IssueToInitialDelayHistSeqr, m_missMachLatencyHistCoalsr, m_missMachLatencyHistSeqr, gem5::statistics::nozero, gem5::statistics::oneline, and gem5::statistics::pdf.
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_FirstResponseToCompletionDelayHistCoalsr |
Definition at line 151 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_FirstResponseToCompletionDelayHistSeqr |
Definition at line 142 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_ForwardToFirstResponseDelayHistCoalsr |
Definition at line 149 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_ForwardToFirstResponseDelayHistSeqr |
Definition at line 140 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_hitMachLatencyHistSeqr |
Histograms for profiling the latencies for requests that did not required external messages.
Definition at line 128 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Scalar *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_IncompleteTimesSeqr |
Definition at line 143 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_InitialToForwardDelayHistCoalsr |
Definition at line 147 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_InitialToForwardDelayHistSeqr |
Definition at line 138 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_IssueToInitialDelayHistCoalsr |
Definition at line 145 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_IssueToInitialDelayHistSeqr |
Histograms for recording the breakdown of miss latency.
Definition at line 136 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_missMachLatencyHistCoalsr |
Definition at line 133 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().
std::vector<statistics::Histogram *> gem5::ruby::Profiler::ProfilerStats::PerMachineTypeStats::m_missMachLatencyHistSeqr |
Histograms for profiling the latencies for requests that required external messages.
Definition at line 132 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerMachineTypeStats().