Dear all, I need to periodically dump stats when running benchmark in order to compute run-time power using McPAT. The command I am using is dumpresetstats [delay [period]] and the script:
#!/bin/sh # Script to run the x264 benchmark cd parsec /sbin/m5 dumpresetstats 0 1000 ./run x264 simsmall 4 m5 exit However, the output stats.txt will be too large for the entire benchmark (could be over 100G when the dumping period is set to be 1us). So, I wonder if there is a way to dump stats periodically only after a certain preset point? For example, start to periodically dump stats only after 1s during the runtime. Anyone has any idea about how to control it? Thanks in advance! Xin
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
