Skip to content

Commit

Permalink
Update to DRAMSim.h for new printStats call
Browse files Browse the repository at this point in the history
  • Loading branch information
dramninjasUMD committed Aug 13, 2012
1 parent b3ed14a commit 8e3e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRAMSim.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8e3e1a9

Please sign in to comment.