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

/gem5/src/mem/ruby/profiler/
H A DProfiler.hh128 std::vector< std::vector<Stats::Histogram *> > m_missTypeMachLatencyHistCoalsr; member in class:Profiler
H A DProfiler.cc317 m_missTypeMachLatencyHistCoalsr.push_back(std::vector<Stats::Histogram *>());
336 m_missTypeMachLatencyHistCoalsr[i].push_back(new Stats::Histogram());
337 m_missTypeMachLatencyHistCoalsr[i][j]
482 m_missTypeMachLatencyHistCoalsr[j][k]->add(

Completed in 7 milliseconds