gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::Shader::ShaderStats Struct Reference

#include <shader.hh>

Inheritance diagram for gem5::Shader::ShaderStats:
gem5::statistics::Group

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. 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 InforesolveStat (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
 
Groupoperator= (const Group &)=delete
 

Public Attributes

statistics::Distribution allLatencyDist
 
statistics::Distribution loadLatencyDist
 
statistics::Distribution storeLatencyDist
 
statistics::Distribution initToCoalesceLatency
 
statistics::Distribution rubyNetworkLatency
 
statistics::Distribution gmEnqueueLatency
 
statistics::Distribution gmToCompleteLatency
 
statistics::Distribution coalsrLineAddresses
 
statistics::DistributioncacheBlockRoundTrip
 
statistics::Scalar shaderActiveTicks
 
statistics::Vector vectorInstSrcOperand
 
statistics::Vector vectorInstDstOperand
 

Detailed Description

Definition at line 318 of file shader.hh.

Constructor & Destructor Documentation

◆ ShaderStats()

gem5::Shader::ShaderStats::ShaderStats ( statistics::Group parent,
int  wf_size 
)

Member Data Documentation

◆ allLatencyDist

statistics::Distribution gem5::Shader::ShaderStats::allLatencyDist

Definition at line 323 of file shader.hh.

Referenced by gem5::Shader::sampleLoad(), gem5::Shader::sampleStore(), and ShaderStats().

◆ cacheBlockRoundTrip

statistics::Distribution* gem5::Shader::ShaderStats::cacheBlockRoundTrip

Definition at line 344 of file shader.hh.

Referenced by gem5::Shader::sampleLineRoundTrip(), and ShaderStats().

◆ coalsrLineAddresses

statistics::Distribution gem5::Shader::ShaderStats::coalsrLineAddresses

Definition at line 340 of file shader.hh.

Referenced by gem5::Shader::sampleLineRoundTrip(), and ShaderStats().

◆ gmEnqueueLatency

statistics::Distribution gem5::Shader::ShaderStats::gmEnqueueLatency

Definition at line 334 of file shader.hh.

Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().

◆ gmToCompleteLatency

statistics::Distribution gem5::Shader::ShaderStats::gmToCompleteLatency

Definition at line 337 of file shader.hh.

Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().

◆ initToCoalesceLatency

statistics::Distribution gem5::Shader::ShaderStats::initToCoalesceLatency

Definition at line 328 of file shader.hh.

Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().

◆ loadLatencyDist

statistics::Distribution gem5::Shader::ShaderStats::loadLatencyDist

Definition at line 324 of file shader.hh.

Referenced by gem5::Shader::sampleLoad(), and ShaderStats().

◆ rubyNetworkLatency

statistics::Distribution gem5::Shader::ShaderStats::rubyNetworkLatency

Definition at line 331 of file shader.hh.

Referenced by gem5::Shader::sampleInstRoundTrip(), and ShaderStats().

◆ shaderActiveTicks

statistics::Scalar gem5::Shader::ShaderStats::shaderActiveTicks

Definition at line 346 of file shader.hh.

Referenced by gem5::Shader::notifyCuSleep().

◆ storeLatencyDist

statistics::Distribution gem5::Shader::ShaderStats::storeLatencyDist

Definition at line 325 of file shader.hh.

Referenced by gem5::Shader::sampleStore(), and ShaderStats().

◆ vectorInstDstOperand

statistics::Vector gem5::Shader::ShaderStats::vectorInstDstOperand

Definition at line 348 of file shader.hh.

Referenced by gem5::Shader::incVectorInstDstOperand(), and ShaderStats().

◆ vectorInstSrcOperand

statistics::Vector gem5::Shader::ShaderStats::vectorInstSrcOperand

Definition at line 347 of file shader.hh.

Referenced by gem5::Shader::incVectorInstSrcOperand(), and ShaderStats().


The documentation for this struct was generated from the following files:

Generated on Wed Dec 21 2022 10:23:25 for gem5 by doxygen 1.9.1