----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2005/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9868:112a9778300a --------------------------- 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. Diffs ----- src/python/m5/simulate.py cc5797147e1c Diff: http://reviews.gem5.org/r/2005/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
