Searched refs:getMsgCount (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/ruby/network/simple/
H A DSwitch.hh75 const Stats::Formula & getMsgCount(unsigned int type) const function in class:Switch
H A DThrottle.hh70 const Stats::Vector & getMsgCount(unsigned int type) const function in class:Throttle
H A DSimpleNetwork.cc151 sum(m_switches[i]->getMsgCount(type));
H A DSwitch.cc142 m_msg_counts[type] += m_throttles[i]->getMsgCount(type);

Completed in 7 milliseconds