From 8e3e1a9b61d12a660effd5029f38f7092ee128dd Mon Sep 17 00:00:00 2001 From: Paul Rosenfeld Date: Mon, 13 Aug 2012 15:44:06 -0400 Subject: [PATCH] Update to DRAMSim.h for new printStats call --- DRAMSim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRAMSim.h b/DRAMSim.h index 4d8809b..b7912fc 100644 --- a/DRAMSim.h +++ b/DRAMSim.h @@ -47,7 +47,7 @@ namespace DRAMSim bool addTransaction(bool isWrite, uint64_t addr); void setCPUClockSpeed(uint64_t cpuClkFreqHz); void update(); - void printStats(); + void printStats(bool finalStats); bool willAcceptTransaction(); bool willAcceptTransaction(uint64_t addr); std::ostream &getLogFile();