• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/traceline/svgui/
NameDateSize

..04-Jun-20144 KiB

README04-Jun-2014530

startup-release.json04-Jun-2014207.1 KiB

traceline.css04-Jun-20141.4 KiB

traceline.js04-Jun-201422.2 KiB

traceline.xml04-Jun-2014307

README

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