Go to the documentation of this file.
51 using m5::stl_helpers::operator<<;
55 perfectSwitch(m_id, this,
p.virt_nets), m_num_connected_buffers(0),
59 for (
auto& buffer :
p.port_buffers) {
79 const NetDest& routing_table_entry,
80 Cycles link_latency,
int bw_multiplier)
84 throttles.size(), link_latency, bw_multiplier,
90 for (
int i = 0;
i < out.size(); ++
i) {
95 intermediateBuffers.push_back(buffer_ptr);
102 throttles.back().addLinks(intermediateBuffers, out);
119 for (
unsigned int type = MessageSizeType_FIRST;
120 type < MessageSizeType_NUM; ++
type) {
123 MessageSizeType_to_string(MessageSizeType(
type))).c_str());
130 MessageSizeType_to_string(MessageSizeType(
type))).c_str());
149 throttle.clearStats();
158 throttle.collateStats();
194 uint32_t num_functional_writes = 0;
198 return num_functional_writes;
203 :
Stats::Group(parent),
204 m_avg_utilization(this,
"percent_links_utilized")
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
virtual void regStats()
Callback to set stat parameters.
Stats::Formula m_avg_utilization
void addOutPort(const std::vector< MessageBuffer * > &out, const NetDest &routing_table_entry)
void addInPort(const std::vector< MessageBuffer * > &in)
SimpleNetwork * m_network_ptr
Stats::Formula * m_msg_counts[MessageSizeType_NUM]
std::list< Throttle > throttles
void resetStats()
Callback to reset stats.
Derived & flags(Flags _flags)
Set the flags and marks this stat to print at the end of simulation.
std::vector< MessageBuffer * > m_port_buffers
void addInPort(const std::vector< MessageBuffer * > &in)
PerfectSwitch perfectSwitch
void print(std::ostream &out) const
void init(SimpleNetwork *)
uint32_t functionalWrite(Packet *)
static uint32_t MessageSizeType_to_int(MessageSizeType size_type)
void regStats()
Callback to set stat parameters.
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
const FlagsType nozero
Don't print if this is zero.
void addOutPort(const std::vector< MessageBuffer * > &out, const NetDest &routing_table_entry, Cycles link_latency, int bw_multiplier)
int getEndpointBandwidth()
Switch::SwitchStats switchStats
Stats::Formula * m_msg_bytes[MessageSizeType_NUM]
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
unsigned m_num_connected_buffers
Cycles is a wrapper class for representing cycle counts, i.e.
const Params & params() const
std::string csprintf(const char *format, const Args &...args)
SwitchStats(Stats::Group *parent)
bool functionalRead(Packet *)
Generated on Tue Mar 23 2021 19:41:28 for gem5 by doxygen 1.8.17