Dear all, I want to dumpstats every fixed periods. I tried following code in the .rcS file:
#!/bin/sh # File to run the blackscholes benchmark cd /parsec/install/bin /sbin/m5 dumpstats 1000000000 1000000000 /sbin/m5 resetstats 1000000000 1000000000 ./blackscholes 16 /parsec/install/inputs/blackscholes/in_4K.txt /parsec/install/inputs/blackscholes/prices.txt echo "Done :D" /sbin/m5 exit /sbin/m5 exit However, it seems not working for parsec benchmark with or without checkpoint. The stats never reset and it never dumps stats from the value I set (1000000000 ticks). I searched the mailing list, and found some unclear answers saying parsec has some special management for dumping stats. Therefore, could any one tell me how to fix this and dumping stats from the exact tick I set and reset, and dump after the period? Thanks in advance. ----------------------------------------------------------------------------------------- Lu Hang Phd Candidate State Key Laboratory of Computer System and Architecture Institute of Computing Technology,Chinese Academy of Sciences Beijing 100190, China
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
