gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::ruby::Throttle::ThrottleStats Struct Reference
Inheritance diagram for gem5::ruby::Throttle::ThrottleStats:
gem5::statistics::Group

Public Member Functions

 ThrottleStats (Switch *parent, const NodeID &nodeID, std::string link_name)
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 InforesolveStat (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
Groupoperator= (const Group &)=delete

Public Attributes

statistics::Scalar acc_link_utilization
statistics::Formula link_utilization
statistics::Vectormsg_counts [MessageSizeType_NUM]
statistics::Formulamsg_bytes [MessageSizeType_NUM]
statistics::Scalar total_msg_count
statistics::Scalar total_msg_bytes
statistics::Scalar total_data_msg_bytes
statistics::Scalar total_msg_wait_time
statistics::Scalar total_stall_cy
statistics::Scalar total_bw_sat_cy
statistics::Formula avg_msg_wait_time
statistics::Formula avg_bandwidth
statistics::Formula avg_useful_bandwidth

Detailed Description

Definition at line 138 of file Throttle.hh.

Constructor & Destructor Documentation

◆ ThrottleStats()

Member Data Documentation

◆ acc_link_utilization

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::acc_link_utilization

Definition at line 144 of file Throttle.hh.

Referenced by ThrottleStats().

◆ avg_bandwidth

statistics::Formula gem5::ruby::Throttle::ThrottleStats::avg_bandwidth

Definition at line 156 of file Throttle.hh.

Referenced by ThrottleStats().

◆ avg_msg_wait_time

statistics::Formula gem5::ruby::Throttle::ThrottleStats::avg_msg_wait_time

Definition at line 155 of file Throttle.hh.

Referenced by ThrottleStats().

◆ avg_useful_bandwidth

statistics::Formula gem5::ruby::Throttle::ThrottleStats::avg_useful_bandwidth

Definition at line 157 of file Throttle.hh.

Referenced by ThrottleStats().

◆ link_utilization

statistics::Formula gem5::ruby::Throttle::ThrottleStats::link_utilization

Definition at line 145 of file Throttle.hh.

Referenced by ThrottleStats().

◆ msg_bytes

statistics::Formula* gem5::ruby::Throttle::ThrottleStats::msg_bytes[MessageSizeType_NUM]

Definition at line 147 of file Throttle.hh.

Referenced by ThrottleStats().

◆ msg_counts

statistics::Vector* gem5::ruby::Throttle::ThrottleStats::msg_counts[MessageSizeType_NUM]

Definition at line 146 of file Throttle.hh.

Referenced by ThrottleStats().

◆ total_bw_sat_cy

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_bw_sat_cy

Definition at line 154 of file Throttle.hh.

Referenced by ThrottleStats().

◆ total_data_msg_bytes

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_data_msg_bytes

Definition at line 151 of file Throttle.hh.

Referenced by ThrottleStats().

◆ total_msg_bytes

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_msg_bytes

Definition at line 150 of file Throttle.hh.

Referenced by ThrottleStats().

◆ total_msg_count

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_msg_count

Definition at line 149 of file Throttle.hh.

Referenced by ThrottleStats().

◆ total_msg_wait_time

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_msg_wait_time

Definition at line 152 of file Throttle.hh.

Referenced by ThrottleStats().

◆ total_stall_cy

statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_stall_cy

Definition at line 153 of file Throttle.hh.

Referenced by ThrottleStats().


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

Generated on Sat Oct 18 2025 08:07:02 for gem5 by doxygen 1.14.0