Reviewers: Michael Achenbach (travelling),

Message:
Hi Michael,
Here is the program we discussed. If it can be added to the perf try job that
would be splendid! Thanks for the look,
--Michael

Description:
perf-to-html.py - render JSON try perf jobs in a pleasing way.

Convert a perf trybot JSON file into a pleasing HTML page. It can read
from standard input or via the --filename option. Examples:

  cat results.json | perf-to-html.py --title "ia32 results"
  perf-to-html.py -f results.json -t "ia32 results" -o results.html


Options:
  -h, --help            show this help message and exit
  -f FILENAME, --filename=FILENAME
                        Specifies the filename for the JSON results rather
                        than reading from stdin.
  -t TITLE, --title=TITLE
                        Optional title of the web page.
  -o OUTPUT, --output=OUTPUT
                        Write html output to this file rather than stdout.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/1033603004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+414, -0 lines):
  A tools/perf-to-html.py


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to