Searched refs:m_throttles (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/network/simple/
H A DSwitch.cc56 deletePointers(m_throttles);
82 Throttle* throttle_ptr = new Throttle(m_id, rs, m_throttles.size(),
87 m_throttles.push_back(throttle_ptr);
109 assert(m_throttles[link_number] != NULL);
110 return m_throttles[link_number];
118 for (int link = 0; link < m_throttles.size(); link++) {
119 m_throttles[link]->regStats(name());
123 for (unsigned int i = 0; i < m_throttles.size(); i++) {
124 m_avg_utilization += m_throttles[i]->getUtilization();
126 m_avg_utilization /= Stats::constant(m_throttles
[all...]
H A DSwitch.hh91 std::vector<Throttle*> m_throttles; member in class:Switch

Completed in 5 milliseconds