Hi all, I am running Parsec on X86 FS mode using the precompiled Parsec binaries for X86. When i examine the stats.txt file, I see 4 sets of simulation statistics. I am using the .rcS script: #!/bin/sh # File to run the canneal benchmark cd /parsec/install/bin /sbin/m5 switchcpu */sbin/m5 dumpstats /sbin/m5 resetstats* ./canneal 4 15000 2000 /parsec/install/inputs/canneal/200000.nets 64 echo "Done :D" /sbin/m5 exit /sbin/m5 exit I am assuming the first set of stats correspond to the m5 command "dumpstats" that i have in .rcS script right before the benchmark starts execution. I am also assuming that the Parsec binaries themselves have been instrumented to dump stats based on specific regions of the program (like ROI). Could you confirm that? Also could you tell me what the next 3 sets of stats correspond to? I am trying to figure out how many instructions are executed until the beginning of ROI. Best, Fulya Kaplan
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
