diff options
Diffstat (limited to 'tools/traceline/svgui/README')
-rw-r--r-- | tools/traceline/svgui/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/traceline/svgui/README b/tools/traceline/svgui/README new file mode 100644 index 0000000..2c000ca --- /dev/null +++ b/tools/traceline/svgui/README @@ -0,0 +1,12 @@ +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-off2.json +http://blah/traceline.xml#mydata1.json,mydata2.json + +Dean McNamee <deanm@chromium.org> |