summaryrefslogtreecommitdiff
path: root/src/mem/ruby/profiler/Profiler.hh
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-03-21 21:22:20 -0700
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-03-21 21:22:20 -0700
commit391b4e64e682ffd0580b0388114620f9de43a231 (patch)
treed5bb61c6b0d00bcd2a08b6d411ba10934b7cbc7f /src/mem/ruby/profiler/Profiler.hh
parent86207a69e446b51ede7c6f713f1bbec55a2fd691 (diff)
downloadgem5-391b4e64e682ffd0580b0388114620f9de43a231.tar.xz
ruby: Removed deprecated stats from the main profiler
Diffstat (limited to 'src/mem/ruby/profiler/Profiler.hh')
-rw-r--r--src/mem/ruby/profiler/Profiler.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mem/ruby/profiler/Profiler.hh b/src/mem/ruby/profiler/Profiler.hh
index b142e94a3..3ae1f5e31 100644
--- a/src/mem/ruby/profiler/Profiler.hh
+++ b/src/mem/ruby/profiler/Profiler.hh
@@ -137,8 +137,6 @@ public:
void print(ostream& out) const;
- int64 getTotalTransactionsExecuted() const;
-
void rubyWatch(int proc);
bool watchAddress(Address addr);
@@ -170,11 +168,6 @@ private:
Time m_ruby_start;
time_t m_real_time_start_time;
- Vector<integer_t> m_perProcTotalMisses;
- Vector<integer_t> m_perProcUserMisses;
- Vector<integer_t> m_perProcSupervisorMisses;
- Vector<integer_t> m_perProcStartTransaction;
- Vector<integer_t> m_perProcEndTransaction;
Vector < Vector < integer_t > > m_busyControllerCount;
integer_t m_busyBankCount;
Histogram m_multicast_retry_histogram;