O3 IEW: Make incrWb and decrWb clearer
[gem5.git] / src / cpu / activity.hh
index f119c95cc371deedda00fb0e1d8bdb8db872c019..7913bf5e7f4fa7b6e1454e3b8317ee7a2a8a7f71 100644 (file)
@@ -54,6 +54,7 @@ class ActivityRecorder
   public:
     ActivityRecorder(const std::string &name, int num_stages,
                      int longest_latency, int count);
+    ~ActivityRecorder();
 
     /** Records that there is activity this cycle. */
     void activity();