Review Board 2.0.15


Reset and dump ruby stats along with gem5 stats

Review Request #1205 - Created May 17, 2012 and submitted - Latest diff uploaded

Information
Hamid Reza Khaleghzadeh
gem5
default
Reviewers
Default
Hello Mr./Mrs. reviewer,

This patch modifies GEM5 source code so that ruby stats is reset/dumped when gem5 stats is being reset/dumped.

You know that there are a few commands in Gem5 which dump and reset Gem5 stats (stats.txt) but these commands don't reset/dump ruby stats. So I have published this patch to reset and dump ruby stats as gem5 stats is reset or dumped. For example, when gem5 stats is reset by m5 resetstats command, ruby stats is reset, too.

Hope this is useful