summaryrefslogtreecommitdiff
path: root/src/sim/stat_control.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/stat_control.hh')
-rw-r--r--src/sim/stat_control.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/stat_control.hh b/src/sim/stat_control.hh
index 9731d87cf..1a0fcb35b 100644
--- a/src/sim/stat_control.hh
+++ b/src/sim/stat_control.hh
@@ -74,7 +74,7 @@ void schedStatEvent(bool dump, bool reset, Tick when = curTick(),
* temporal trends in the data.
* @param period The period at which the dumping should occur.
*/
-void periodicStatDump(uint64_t period = 0);
+void periodicStatDump(Tick period = 0);
} // namespace Stats
#endif // __SIM_STAT_CONTROL_HH__