Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/simple_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SimpleStats::SimpleStats(const Config& config, int channel_id)
InitStat("num_cycles", "counter", "Number of DRAM cycles");
InitStat("epoch_num", "counter", "Number of epochs");
InitStat("num_reads_done", "counter", "Number of read requests issued");
InitStat("num_writes_done", "counter", "Number of read requests issued");
InitStat("num_writes_done", "counter", "Number of write requests issued");
InitStat("num_write_buf_hits", "counter", "Number of write buffer hits");
InitStat("num_read_row_hits", "counter", "Number of read row buffer hits");
InitStat("num_write_row_hits", "counter",
Expand Down Expand Up @@ -476,4 +476,4 @@ void SimpleStats::UpdateFinalStats() {
return;
}

} // namespace dramsim3
} // namespace dramsim3