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

Side by Side Diff: tools/traceline/svgui/README

Issue 20535: Include a better sample JSON dataset in traceline. (Closed)
Patch Set: DEPS 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 | « tools/DEPS ('k') | tools/traceline/svgui/startup-release.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a small "web application" to display traceline trace data. It uses 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. 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. 3 Events can be moused over to show details, stack traces, etc.
4 4
5 The name of the JSON file should be supplied behind a # in the URL. Multiple 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 6 JSON files can be listed (comma separated), allowing you to compare multiple
7 sets of data. Examples: 7 sets of data. Examples:
8 8
9 http://blah/traceline.xml#startup-off2.json 9 http://blah/traceline.xml#startup-release.json
10 http://blah/traceline.xml#mydata1.json,mydata2.json 10 http://blah/traceline.xml#mydata1.json,mydata2.json
11 11
12 Dean McNamee <deanm@chromium.org> 12 Dean McNamee <deanm@chromium.org>
OLDNEW
« no previous file with comments | « tools/DEPS ('k') | tools/traceline/svgui/startup-release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698