Hi,

I am using gem5 rev 9975 that implements the stats for calculating power
through micron spreadsheet. For my benchmark, I get the following numbers:

system.mem_ctrls.busUtilRead                     0.07     #Data bus
utilization in percentage for reads
system.mem_ctrls.busUtilWrite                    0.05      #Data bus
utilization in percentage for writes
system.mem_ctrls.pageHitRate                    89.04   #Row buffer hit
rate, read and write combined
system.mem_ctrls.prechargeAllPercent           558.79   #Percentage of time
for which DRAM has all the banks in precharge state

The bus utilization number are really low as per my expectations. i am
using sampling. is it possible that the stats are getting reset when CPU
switches back and forth between O3 and Atomic. I use
'--repeat-switch=10000000'

kind Regards, Ahmad
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to