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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/traceline/svgui/traceline.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« 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