Chromium Code Reviews
DescriptionSort traces on the plot so anything with a corresponding _ref trace is plotted
first. This will help keep the colors consistent. For example, when a graph
has "t", "t_ref", and "gears" plots, a strictly alphabetical sorting puts
the "gears" plot first, when people are used to seeing t and t_ref in the first
two trace colors.
This is a slightly suboptimal solution. Better would be to incorporate the
"important" marker that process_log.py gets from the test executable. But that
requires a more substantial reworking, and is deferred to another day.
BUG=7704
TEST=See t and t_ref in blue and yellow on a 3-trace startup plot such as
http://build.chromium.org/buildbot/perf/xp-release-single-core/startup/report.html?history=150
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10124
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||