[llvm-commits] [PATCH] - Add region highlighting to LNT View2D.js.

Michael Gottesman mgottesman at apple.com
Wed Aug 1 18:48:51 PDT 2012


The following patches allow LNT to highlight the region in between two different revisions when it is
displaying the time series results for a specific test/machine.

The idea is that the graph shows you the entire graph (even outside of the revision
range in question), so you can see if a regression recovered. This becomes an
issue when one can not easily visually identify the section of the graph where the
original regression occurred. The highlighting fixes this issue in a simple manner.

Patch 1 contains the code for the changes to View2D.js and the second patch the changes to views.py
necessary for this to work:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-LNT-Added-code-to-View2D.js-which-allows-one-to-high.patch
Type: application/octet-stream
Size: 3752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120801/4e91525c/attachment.obj>
-------------- next part --------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-LNT-Added-code-to-views.py-so-that-revision-highligh.patch
Type: application/octet-stream
Size: 1932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120801/4e91525c/attachment-0001.obj>
-------------- next part --------------


Michael


More information about the llvm-commits mailing list