shaka-packager/tools/traceline/svgui
Kongqun Yang 0f24c7f9ac Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
..
README Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
startup-release.json Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
traceline.css Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
traceline.js Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
traceline.xml Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00

README

This is a small "web application" to display traceline trace data.  It uses
xhtml, SVG, and JavaScript to interpret the JSON data in a timeline format.
Events can be moused over to show details, stack traces, etc.

The name of the JSON file should be supplied behind a # in the URL.  Multiple
JSON files can be listed (comma separated), allowing you to compare multiple
sets of data.  Examples:

http://blah/traceline.xml#startup-release.json
http://blah/traceline.xml#mydata1.json,mydata2.json

Dean McNamee <deanm@chromium.org>