sim, arch, base: Refactor the base remote GDB class.
[gem5.git] / src / sim / clock_domain.cc
index 1ccee7f1da5f774615e92f4b81c9c749131334e6..46dbcbaac574d924872dc19f2082128997559601 100644 (file)
  *          Stephan Diestelhorst
  */
 
+#include "sim/clock_domain.hh"
+
 #include <algorithm>
 #include <functional>
 
+#include "base/trace.hh"
 #include "debug/ClockDomain.hh"
 #include "params/ClockDomain.hh"
 #include "params/DerivedClockDomain.hh"
 #include "params/SrcClockDomain.hh"
-#include "sim/clock_domain.hh"
-#include "sim/voltage_domain.hh"
 #include "sim/clocked_object.hh"
+#include "sim/voltage_domain.hh"
 
 void
 ClockDomain::regStats()
 {
+    SimObject::regStats();
+
     using namespace Stats;
 
     // Expose the current clock period as a stat for observability in