gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
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)
 
- 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::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 136 of file Throttle.hh.

Constructor & Destructor Documentation

◆ ThrottleStats()

gem5::ruby::Throttle::ThrottleStats::ThrottleStats ( Switch parent,
const NodeID nodeID 
)

Member Data Documentation

◆ acc_link_utilization

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

Definition at line 141 of file Throttle.hh.

Referenced by ThrottleStats(), and gem5::ruby::Throttle::wakeup().

◆ avg_bandwidth

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

Definition at line 153 of file Throttle.hh.

Referenced by ThrottleStats().

◆ avg_msg_wait_time

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

Definition at line 152 of file Throttle.hh.

Referenced by ThrottleStats().

◆ avg_useful_bandwidth

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

Definition at line 154 of file Throttle.hh.

Referenced by ThrottleStats().

◆ link_utilization

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

Definition at line 142 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::getUtilization(), and ThrottleStats().

◆ msg_bytes

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

Definition at line 144 of file Throttle.hh.

Referenced by ThrottleStats().

◆ msg_counts

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

Definition at line 143 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::getMsgCount(), and ThrottleStats().

◆ total_bw_sat_cy

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

Definition at line 151 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::wakeup().

◆ total_data_msg_bytes

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

Definition at line 148 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::operateVnet(), and ThrottleStats().

◆ total_msg_bytes

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

Definition at line 147 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::operateVnet(), and ThrottleStats().

◆ total_msg_count

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

Definition at line 146 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::operateVnet(), and ThrottleStats().

◆ total_msg_wait_time

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

Definition at line 149 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::operateVnet(), and ThrottleStats().

◆ total_stall_cy

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

Definition at line 150 of file Throttle.hh.

Referenced by gem5::ruby::Throttle::wakeup().


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

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