----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1657/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9477:eb646dd60a11 --------------------------- Ruby Controllers: Order profilers based on version When Ruby stats are printed for events and transitions, they include stats for all of the controllers of the same type, but they are not necessarily printed in order of the controller ID "version", because of the way the profilers were added to the profiler vector. This patch fixes the push order problem so that the stats are printed in ascending order 0->(# controllers), so statistics parsers may correctly assume the controller to which the stats belong. Diffs ----- src/mem/slicc/symbols/StateMachine.py 4a14ff47b8e3 Diff: http://reviews.gem5.org/r/1657/diff/ Testing ------- Thanks, Joel Hestness _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
