• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024530 139

startup-release.jsonD03-May-2024207.1 KiB179178

traceline.cssD03-May-20241.4 KiB7462

traceline.jsD03-May-202422.2 KiB694432

traceline.xmlD03-May-2024307 129

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