70,72d69
< void clearRoutingTables();
< void clearBuffers();
< void reconfigureOutPort(const NetDest& routing_table_entry);
74,75c71,76
< void printStats(std::ostream& out) const;
< void clearStats();
---
> void resetStats();
> void collateStats();
> void regStats();
> const Stats::Formula & getMsgCount(unsigned int type) const
> { return m_msg_counts[type]; }
>
90a92,96
>
> // Statistical variables
> Stats::Formula m_avg_utilization;
> std::vector<Stats::Formula> m_msg_counts;
> std::vector<Stats::Formula> m_msg_bytes;