Hello
After reading a post by Richard Strong
(http://www.mail-archive.com/[email protected]/msg02833.html) I added the
respective statistics to my M5. However, I encountered some problems in using
them.
As you can see from Richard's post, some new stats are added to the
BaseSimpleCPU class and some to the FullO3CPU class. My problem is that if I
run M5 with:
./build/ALPHA_FS/m5.opt --stats-file=canneal_4cores_stats2 fs.py -n 4 --caches
--l2cache
I only get the BaseSimpleCPU stats in the stats.txt file, and if I run it with:
./build/ALPHA_FS/m5.opt --stats-file=canneal_4cores_stats2 fs.py -n 4
--detailed --caches --l2cache
I only get the FullO3CPU ones.
The real funny thing is what happens when I run M5 with:
./build/ALPHA_FS/m5.opt --stats-file=canneal_4cores_stats2 fs.py -n 4
--detailed --caches --l2cache -F 5000000000
and I use a "switchcpu" command from the terminal, before launching my
benchmark. In this case, all the stats are included in stats.txt, but the
BaseSimpleCPU ones are all recorded with the value 0.
I would really like to find a way to have all stats correctly included in the
output of M5. Has anyone an idea on how to do that given my above mentioned
situation?
10x in advance
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users