Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: tools/traceline/svgui/README

Issue 20494: Import Traceline, a Windows performance trace event logger. (Closed)
Patch Set: Feedback. Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/traceline/svgui/traceline.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/traceline/svgui/README
diff --git a/tools/traceline/svgui/README b/tools/traceline/svgui/README
new file mode 100644
index 0000000000000000000000000000000000000000..2c000ca5055ad1ade6c011a612f1e64502e7b965
--- /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>
« no previous file with comments | « no previous file | tools/traceline/svgui/traceline.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698