38a39
> #include "mem/ruby/common/Histogram.hh"
94a96,99
> Histogram& getDelayHist() { return m_delayHistogram; }
> Histogram& getDelayVCHist(uint32_t index)
> { return m_delayVCHistogram[index]; }
>
97a103,104
> //! Profiles the delay associated with messages.
> void profileMsgDelay(uint32_t virtualNetwork, Time delay);
123a131,135
>
> //! Histogram for profiling delay for the messages this controller
> //! cares for
> Histogram m_delayHistogram;
> std::vector<Histogram> m_delayVCHistogram;