|
gem5 v25.0.0.1
|
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 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 |
Definition at line 138 of file Throttle.hh.
| gem5::ruby::Throttle::ThrottleStats::ThrottleStats | ( | Switch * | parent, |
| const NodeID & | nodeID, | ||
| std::string | link_name ) |
Definition at line 334 of file Throttle.cc.
References acc_link_utilization, ADD_STAT, avg_bandwidth, avg_msg_wait_time, avg_useful_bandwidth, gem5::Clocked::clockPeriod(), gem5::statistics::constant(), gem5::csprintf(), gem5::ruby::Network::getNumberOfVirtualNetworks(), gem5::statistics::Group::Group(), gem5::statistics::init, gem5::ruby::Throttle::link_name, link_utilization, gem5::ruby::Network::MessageSizeType_to_int(), msg_bytes, msg_counts, gem5::statistics::nozero, gem5::simSeconds, gem5::simTicks, total_bw_sat_cy, total_data_msg_bytes, total_msg_bytes, total_msg_count, total_msg_wait_time, and total_stall_cy.
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::acc_link_utilization |
Definition at line 144 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Formula gem5::ruby::Throttle::ThrottleStats::avg_bandwidth |
Definition at line 156 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Formula gem5::ruby::Throttle::ThrottleStats::avg_msg_wait_time |
Definition at line 155 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Formula gem5::ruby::Throttle::ThrottleStats::avg_useful_bandwidth |
Definition at line 157 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Formula gem5::ruby::Throttle::ThrottleStats::link_utilization |
Definition at line 145 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Formula* gem5::ruby::Throttle::ThrottleStats::msg_bytes[MessageSizeType_NUM] |
Definition at line 147 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Vector* gem5::ruby::Throttle::ThrottleStats::msg_counts[MessageSizeType_NUM] |
Definition at line 146 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_bw_sat_cy |
Definition at line 154 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_data_msg_bytes |
Definition at line 151 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_msg_bytes |
Definition at line 150 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_msg_count |
Definition at line 149 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_msg_wait_time |
Definition at line 152 of file Throttle.hh.
Referenced by ThrottleStats().
| statistics::Scalar gem5::ruby::Throttle::ThrottleStats::total_stall_cy |
Definition at line 153 of file Throttle.hh.
Referenced by ThrottleStats().