gem5 v24.0.0.0
|
#include <shader.hh>
Public Member Functions | |
ShaderStats (statistics::Group *parent, int wf_size) | |
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 |
gem5::Shader::ShaderStats::ShaderStats | ( | statistics::Group * | parent, |
int | wf_size ) |
Definition at line 587 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::Distribution::init(), gem5::statistics::VectorBase< Derived, Stor >::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 351 of file shader.hh.
Referenced by gem5::Shader::sampleLoad(), gem5::Shader::sampleStore(), and ShaderStats().
statistics::Distribution* gem5::Shader::ShaderStats::cacheBlockRoundTrip |
Definition at line 372 of file shader.hh.
Referenced by gem5::Shader::sampleLineRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::coalsrLineAddresses |
Definition at line 368 of file shader.hh.
Referenced by gem5::Shader::sampleLineRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::gmEnqueueLatency |
Definition at line 362 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::gmToCompleteLatency |
Definition at line 365 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::initToCoalesceLatency |
Definition at line 356 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::loadLatencyDist |
Definition at line 352 of file shader.hh.
Referenced by gem5::Shader::sampleLoad(), and ShaderStats().
statistics::Distribution gem5::Shader::ShaderStats::rubyNetworkLatency |
Definition at line 359 of file shader.hh.
Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().
statistics::Scalar gem5::Shader::ShaderStats::shaderActiveTicks |
Definition at line 374 of file shader.hh.
Referenced by gem5::Shader::notifyCuSleep().
statistics::Distribution gem5::Shader::ShaderStats::storeLatencyDist |
Definition at line 353 of file shader.hh.
Referenced by gem5::Shader::sampleStore(), and ShaderStats().
statistics::Vector gem5::Shader::ShaderStats::vectorInstDstOperand |
Definition at line 376 of file shader.hh.
Referenced by gem5::Shader::incVectorInstDstOperand(), and ShaderStats().
statistics::Vector gem5::Shader::ShaderStats::vectorInstSrcOperand |
Definition at line 375 of file shader.hh.
Referenced by gem5::Shader::incVectorInstSrcOperand(), and ShaderStats().