Time: Add a mechanism to prevent M5 from running faster than real time.
[gem5.git] / src / sim / stats.hh
index 97251283ddd0011055a767375db7bc1ad68c0bfe..eae466644cf1d3553ada05070936058422df403a 100644 (file)
@@ -35,5 +35,6 @@
 
 extern Stats::Formula simSeconds;
 extern Stats::Value simTicks;
+extern Stats::Value simFreq;
 
 #endif // __SIM_SIM_STATS_HH__