On Fri, 8 Jun 2012, xuxin wrote:
I'm so sorry for bother you with stupid question I have not add code the gem5 because i really don't know how to do it pseudo instruction like : dumpstats [delay [period]]: Save simulation statistics to a file in delay ticks; repeat this every period ticks. which source code file implemented Save simulation statistics to a file?
You don't need to add any code to gem5, at least not for the dumping statistics. You only need to add some code to your application. For example, take a look at the function do_dump_stats() in file util/m5/m5.c.
-- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
