gem5 v24.1.0.1
|
#include <Profiler.hh>
Public Member Functions | |
PerRequestTypeMachineTypeStats (statistics::Group *parent) | |
![]() | |
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 (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Public Attributes | |
std::vector< std::vector< statistics::Histogram * > > | m_hitTypeMachLatencyHistSeqr |
Histograms for profiling the latencies for requests that did not required external messages. | |
std::vector< std::vector< statistics::Histogram * > > | m_missTypeMachLatencyHistSeqr |
Histograms for profiling the latencies for requests that required external messages. | |
std::vector< std::vector< statistics::Histogram * > > | m_missTypeMachLatencyHistCoalsr |
Definition at line 154 of file Profiler.hh.
gem5::ruby::Profiler::ProfilerStats::PerRequestTypeMachineTypeStats::PerRequestTypeMachineTypeStats | ( | statistics::Group * | parent | ) |
Definition at line 323 of file Profiler.cc.
References gem5::csprintf(), gem5::ArmISA::i, m_hitTypeMachLatencyHistSeqr, m_missTypeMachLatencyHistCoalsr, m_missTypeMachLatencyHistSeqr, gem5::statistics::nozero, gem5::statistics::oneline, and gem5::statistics::pdf.
std::vector< std::vector<statistics::Histogram *> > gem5::ruby::Profiler::ProfilerStats::PerRequestTypeMachineTypeStats::m_hitTypeMachLatencyHistSeqr |
Histograms for profiling the latencies for requests that did not required external messages.
Definition at line 161 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerRequestTypeMachineTypeStats().
std::vector< std::vector<statistics::Histogram *> > gem5::ruby::Profiler::ProfilerStats::PerRequestTypeMachineTypeStats::m_missTypeMachLatencyHistCoalsr |
Definition at line 168 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerRequestTypeMachineTypeStats().
std::vector< std::vector<statistics::Histogram *> > gem5::ruby::Profiler::ProfilerStats::PerRequestTypeMachineTypeStats::m_missTypeMachLatencyHistSeqr |
Histograms for profiling the latencies for requests that required external messages.
Definition at line 166 of file Profiler.hh.
Referenced by gem5::ruby::Profiler::collateStats(), and PerRequestTypeMachineTypeStats().