diff options
Diffstat (limited to 'sim/stats.hh')
-rw-r--r-- | sim/stats.hh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sim/stats.hh b/sim/stats.hh index b736850e7..218036eb6 100644 --- a/sim/stats.hh +++ b/sim/stats.hh @@ -31,11 +31,7 @@ #include "base/statistics.hh" -extern Statistics::Formula simTicks; -extern Statistics::Formula simSeconds; -extern Statistics::Formula simInsts; -extern Statistics::Formula hostSeconds; -extern Statistics::Formula hostTickRate; -extern Statistics::Formula hostInstRate; +extern Stats::Formula simSeconds; +extern Stats::Value simTicks; #endif // __SIM_SIM_STATS_HH__ |