Searched refs:getMax (Results 1 - 2 of 2) sorted by relevance
/gem5/src/mem/ruby/common/ | ||
H A D | Histogram.hh | 57 int64_t getMax() const { return m_max; } function in class:Histogram |
H A D | Histogram.cc | 136 m_max = max(m_max, hist.getMax()); |
Completed in 5 milliseconds