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

/gem5/src/mem/ruby/common/
H A DHistogram.hh52 uint32_t getBins() const { return m_data.size(); } function in class:Histogram
H A DHistogram.cc127 if (hist.getBins() != t_bins) {
129 m_data.resize(hist.getBins());

Completed in 4 milliseconds