summaryrefslogtreecommitdiff
path: root/src/sim/stats.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2010-04-18 13:23:25 -0700
committerNathan Binkert <nate@binkert.org>2010-04-18 13:23:25 -0700
commit82fb350f9a1d1e49c7affc6f6b5968a36f77c902 (patch)
tree6d7be4412b8b9fc233f40c1d046036d8d201bb3a /src/sim/stats.hh
parent50bf3895b048a35884128662149dfb642d153670 (diff)
downloadgem5-82fb350f9a1d1e49c7affc6f6b5968a36f77c902.tar.xz
stats: make simTicks and simFreq accessible from stats.hh
Diffstat (limited to 'src/sim/stats.hh')
-rw-r--r--src/sim/stats.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sim/stats.hh b/src/sim/stats.hh
index 481c36cf6..eae466644 100644
--- a/src/sim/stats.hh
+++ b/src/sim/stats.hh
@@ -34,5 +34,7 @@
#include "base/statistics.hh"
extern Stats::Formula simSeconds;
+extern Stats::Value simTicks;
+extern Stats::Value simFreq;
#endif // __SIM_SIM_STATS_HH__