gem5
[DEVELOP-FOR-23.0]
|
#include <shader.hh>
Public Member Functions | |
ShaderStats (statistics::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 (statistics::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 |
gem5::Shader::ShaderStats::ShaderStats | ( | statistics::Group * | parent, |
int | wf_size | ||
) |
Definition at line 535 of file shader.cc.
References allLatencyDist, cacheBlockRoundTrip, gem5::ccprintf(), coalsrLineAddresses, gem5::statistics::DataWrap< Derived, InfoProxyType >::desc(), gem5::statistics::DataWrap< Derived, InfoProxyType >::flags(), gmEnqueueLatency, gmToCompleteLatency, gem5::statistics::VectorBase< Derived, Stor >::init(), gem5::statistics::Distribution::init(), initToCoalesceLatency, loadLatencyDist, gem5::Named::name(), gem5::statistics::DataWrap< Derived, InfoProxyType >::name(), gem5::statistics::oneline, gem5::statistics::pdf, rubyNetworkLatency, storeLatencyDist, vectorInstDstOperand, and vectorInstSrcOperand.
statistics::Distribution gem5::Shader::ShaderStats::allLatencyDist |
Definition at line 323 of file shader.hh.
Referenced by gem5::Shader::sampleLoad(), gem5::Shader::sampleStore(), and ShaderStats().
statistics::Distribution* gem5::Shader::ShaderStats::cacheBlockRoundTrip |
Definition at line 344 of file shader.hh.
Referenced by gem5::Shader::sampleLineRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::coalsrLineAddresses |
Definition at line 340 of file shader.hh.
Referenced by gem5::Shader::sampleLineRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::gmEnqueueLatency |
Definition at line 334 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::gmToCompleteLatency |
Definition at line 337 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::initToCoalesceLatency |
Definition at line 328 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::loadLatencyDist |
Definition at line 324 of file shader.hh.
Referenced by gem5::Shader::sampleLoad(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::rubyNetworkLatency |
Definition at line 331 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Scalar gem5::Shader::ShaderStats::shaderActiveTicks |
Definition at line 346 of file shader.hh.
Referenced by gem5::Shader::notifyCuSleep().
statistics::Distribution gem5::Shader::ShaderStats::storeLatencyDist |
Definition at line 325 of file shader.hh.
Referenced by gem5::Shader::sampleStore(), and ShaderStats().
statistics::Vector gem5::Shader::ShaderStats::vectorInstDstOperand |
Definition at line 348 of file shader.hh.
Referenced by gem5::Shader::incVectorInstDstOperand(), and ShaderStats().
statistics::Vector gem5::Shader::ShaderStats::vectorInstSrcOperand |
Definition at line 347 of file shader.hh.
Referenced by gem5::Shader::incVectorInstSrcOperand(), and ShaderStats().