Home | History | Annotate | only in /external/chromium_org/tools/traceline/svgui
Up to higher level directory
NameDateSize
README03-Dec-2014530
startup-release.json03-Dec-2014207.1K
traceline.css03-Dec-20141.4K
traceline.js03-Dec-201422.2K
traceline.xml03-Dec-2014307

README

      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.
      4 
      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:
      8 
      9 http://blah/traceline.xml#startup-release.json
     10 http://blah/traceline.xml#mydata1.json,mydata2.json
     11 
     12 Dean McNamee <deanm (a] chromium.org>
     13