sim: reset stats after startup
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 3 Dec 2013 16:51:40 +0000 (10:51 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 3 Dec 2013 16:51:40 +0000 (10:51 -0600)
commit50d250f514f7031e7e544e69141fad7a1b000257
tree9a51cf8ea776f86d2c15f7aa8a2adac2c2a62786
parent5800e832235e611a843e10cead23b1b035e88916
sim: reset stats after startup
Currently statistics are reset after the initial / checkpoint state
has been loaded. But ruby does some checkpoint processing in its
startup() function. So the stats need to be reset after the startup()
function has been called. This patch moves the class to stats.reset()
to achieve this change in functionality.
src/python/m5/simulate.py