X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsim%2Fstats.hh;h=eae466644cf1d3553ada05070936058422df403a;hb=abd33d6fd26bb69d3bf53ceb6c2dc8f90d893e34;hp=481c36cf6f7c06b8f78384c87e7d52c4a4bc8235;hpb=d080581db1f9ee4e1e6d07d2b01c13c67908a391;p=gem5.git 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__