Jimmy Situ
2018-08-13 15:30:50 UTC
Hi, All
I want to dump gem5 status every 10K clock in fs mode. I notice this can be done by using /sbin/m5
suppose I am running in 1GHz, and
/sbin/m5 dumpresetstats 0 100000
I wonder if there is a way to do it in the python script
something like
while 1:
m5.simulate(10000)
# dump and reset status here
Thanks.
------------------
Jimmy Situ
I want to dump gem5 status every 10K clock in fs mode. I notice this can be done by using /sbin/m5
suppose I am running in 1GHz, and
/sbin/m5 dumpresetstats 0 100000
I wonder if there is a way to do it in the python script
something like
while 1:
m5.simulate(10000)
# dump and reset status here
Thanks.
------------------
Jimmy Situ