OLD | NEW |
(Empty) | |
| 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-off2.json |
| 10 http://blah/traceline.xml#mydata1.json,mydata2.json |
| 11 |
| 12 Dean McNamee <deanm@chromium.org> |
OLD | NEW |