[LNT] add simple baseline graphing

Chris Matthews chris.matthews at apple.com
Fri Mar 21 16:44:11 PDT 2014


New patch, with fix in the json serialization.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: simple_baseline_graphs.patch
Type: application/octet-stream
Size: 6930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140321/5075f2a4/attachment.obj>
-------------- next part --------------


On Mar 21, 2014, at 4:30 PM, Chris Matthews <chris.matthews at apple.com> wrote:

> This patch adds a visual representation of baselines to the graph page. When passing a "baseline.<n>=<run_num>" argument to graph, a horizontal baseline will be drawn on the graph derived from the run id passed. The same test and metric are used for each plot. The baseline is drawn as a thick darker line, in the same color as the original plot. The intended use is to compare something like trunk to the previous release. This setting is off by default.
> 
> <simple_baseline_graphs.patch>



More information about the llvm-commits mailing list