Review Board 2.0.15


Ruby Controllers: Order profilers based on version

Review Request #1657 - Created Jan. 19, 2013 and submitted

Information
Joel Hestness
gem5
default
Reviewers
Default
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.

   
Review request changed
Updated (April 9, 2013, 7:44 a.m.)

Status: Closed (submitted)