exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / traceline / svgui / README
blob1a113e281bc553ccc0905235617dc462035a4b5e
1 This is a small "web application" to display traceline trace data.  It uses
2 xhtml, SVG, and JavaScript to interpret the JSON data in a timeline format.
3 Events can be moused over to show details, stack traces, etc.
5 The name of the JSON file should be supplied behind a # in the URL.  Multiple
6 JSON files can be listed (comma separated), allowing you to compare multiple
7 sets of data.  Examples:
9 http://blah/traceline.xml#startup-release.json
10 http://blah/traceline.xml#mydata1.json,mydata2.json
12 Dean McNamee <deanm@chromium.org>