Searched refs:m_msg_counts (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/ruby/network/simple/
H A DSwitch.hh76 { return m_msg_counts[type]; }
97 Stats::Formula m_msg_counts[MessageSizeType_NUM]; member in class:Switch
H A DThrottle.hh71 { return m_msg_counts[type]; }
110 Stats::Vector m_msg_counts[MessageSizeType_NUM]; member in class:Throttle
H A DThrottle.cc125 m_msg_counts[net_msg_ptr->getMessageSize()][vnet]++;
210 m_msg_counts[(unsigned int)type]
222 m_msg_bytes[(unsigned int) type] = m_msg_counts[type] * Stats::constant(
H A DSimpleNetwork.cc139 m_msg_counts[(unsigned int) type]
150 m_msg_counts[(unsigned int) type] +=
155 m_msg_counts[(unsigned int) type] * Stats::constant(
H A DSwitch.cc130 m_msg_counts[type]
142 m_msg_counts[type] += m_throttles[i]->getMsgCount(type);
144 m_msg_bytes[type] = m_msg_counts[type] * Stats::constant(
H A DSimpleNetwork.hh94 Stats::Formula m_msg_counts[MessageSizeType_NUM]; member in class:SimpleNetwork

Completed in 9 milliseconds