gem5
v21.0.1.0
|
#include <shader.hh>
Public Member Functions | |
ShaderStats (Stats::Group *parent, int wf_size) | |
![]() | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. More... | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. More... | |
virtual void | resetStats () |
Callback to reset stats. More... | |
virtual void | preDumpStats () |
Callback before stats are dumped. More... | |
void | addStat (Stats::Info *info) |
Register a stat with this group. More... | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. More... | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. More... | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. More... | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Shader::ShaderStats::ShaderStats | ( | Stats::Group * | parent, |
int | wf_size | ||
) |
Definition at line 525 of file shader.cc.
References allLatencyDist, cacheBlockRoundTrip, ccprintf(), coalsrLineAddresses, Stats::DataWrap< Derived, InfoProxyType >::desc(), Stats::DataWrap< Derived, InfoProxyType >::flags(), gmEnqueueLatency, gmToCompleteLatency, Stats::VectorBase< Derived, Stor >::init(), Stats::Distribution::init(), initToCoalesceLatency, loadLatencyDist, SimObject::name(), Stats::DataWrap< Derived, InfoProxyType >::name(), Stats::oneline, Stats::pdf, rubyNetworkLatency, storeLatencyDist, vectorInstDstOperand, and vectorInstSrcOperand.
Stats::Distribution Shader::ShaderStats::allLatencyDist |
Definition at line 295 of file shader.hh.
Referenced by Shader::sampleLoad(), Shader::sampleStore(), and ShaderStats().
Stats::Distribution* Shader::ShaderStats::cacheBlockRoundTrip |
Definition at line 316 of file shader.hh.
Referenced by Shader::sampleLineRoundTrip(), and ShaderStats().
Stats::Distribution Shader::ShaderStats::coalsrLineAddresses |
Definition at line 312 of file shader.hh.
Referenced by Shader::sampleLineRoundTrip(), and ShaderStats().
Stats::Distribution Shader::ShaderStats::gmEnqueueLatency |
Definition at line 306 of file shader.hh.
Referenced by Shader::sampleInstRoundTrip(), and ShaderStats().
Stats::Distribution Shader::ShaderStats::gmToCompleteLatency |
Definition at line 309 of file shader.hh.
Referenced by Shader::sampleInstRoundTrip(), and ShaderStats().
Stats::Distribution Shader::ShaderStats::initToCoalesceLatency |
Definition at line 300 of file shader.hh.
Referenced by Shader::sampleInstRoundTrip(), and ShaderStats().
Stats::Distribution Shader::ShaderStats::loadLatencyDist |
Definition at line 296 of file shader.hh.
Referenced by Shader::sampleLoad(), and ShaderStats().
Stats::Distribution Shader::ShaderStats::rubyNetworkLatency |
Definition at line 303 of file shader.hh.
Referenced by Shader::sampleInstRoundTrip(), and ShaderStats().
Stats::Scalar Shader::ShaderStats::shaderActiveTicks |
Definition at line 318 of file shader.hh.
Referenced by Shader::notifyCuSleep().
Stats::Distribution Shader::ShaderStats::storeLatencyDist |
Definition at line 297 of file shader.hh.
Referenced by Shader::sampleStore(), and ShaderStats().
Stats::Vector Shader::ShaderStats::vectorInstDstOperand |
Definition at line 320 of file shader.hh.
Referenced by Shader::incVectorInstDstOperand(), and ShaderStats().
Stats::Vector Shader::ShaderStats::vectorInstSrcOperand |
Definition at line 319 of file shader.hh.
Referenced by Shader::incVectorInstSrcOperand(), and ShaderStats().