[gem5-users] Re: Counters for # DRAM reads, writes, page hits, and page misses

2023-09-08 Thread Aritra Bagchi via gem5-users
Hi Eliot, In the stats, I got some of the counters I wanted. In the source code, now I can look at how they are computed and get ideas. I wanted these data not at the end of simulation, but at intermediate times, but I could obtain them by controlling some parameters. Thanks, Aritra On Fri,

[gem5-users] Re: Counters for # DRAM reads, writes, page hits, and page misses

2023-09-08 Thread Eliot Moss via gem5-users
On 9/8/2023 2:55 AM, Aritra Bagchi via gem5-users wrote: Hi all, Can anyone indicate how to extract performance counters such as the number of DRAM read operations, the number of DRAM write operations, the number of times a page miss occurs, etc.? Inside src/mem/mem_ctrl.cc,