Searched hist:9993 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dsimulate.pydiff 9993:bdd606534bdc Tue Dec 03 11:51:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> 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.

Completed in 17 milliseconds