Hi Runjie, Thank you very much.
Using periodicStatDump(period) which has been recently added to gem5, is it possible to dump stats for just ROI (of a benchmark) in every N cycles/ticks? Regards, Shervin --- On Wed, 10/17/12, Runjie Zhang <[email protected]> wrote: From: Runjie Zhang <[email protected]> Subject: Re: [gem5-users] dump stats for every N cycles To: [email protected] Cc: [email protected] Date: Wednesday, October 17, 2012, 6:36 PM Hi, Shervin To dump stats only for the ROI, you can put gem5 function calls like m5_dumpreset_stats(m,n) into your applications' source code and recompile. You can check ./util/m5 for more available functions. If you are running Parsec with X86, they've already compiled a "hook" API and you can simply modify the hook library, recompile the library and dump ROI stats without recompiling parsec binaries. Runjie ------------------------------------------------ Hi Sascha, Thanks a lot, I try that. By the way is there any chance that the stats are dumped only for the Region of Interest (ROI) of a benchmark rather than for the entire benchmark. Any idea? Regards, Shervin
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
