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

/gem5/src/mem/ruby/profiler/
H A DStoreTrace.hh47 int getTotal() const { return m_total_samples; }
69 int64_t m_total_samples; // Total number of store lifetimes of this line member in class:StoreTrace
H A DStoreTrace.cc50 m_total_samples = 0;
65 << " total_samples: " << m_total_samples << endl
142 m_total_samples++;

Completed in 5 milliseconds