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

Side by Side Diff: tools/traceline/svgui/traceline.xml

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 | « tools/traceline/svgui/traceline.js ('k') | tools/traceline/traceline/Makefile » ('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 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2 <head>
3 <title>Traceline SVG</title>
4
5 <link href="traceline.css" rel="stylesheet" type="text/css" />
6 <script src="traceline.js"></script>
7 </head>
8
9 <body onload="loadJSON(document.location.hash.substr(1).split(','));">
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « tools/traceline/svgui/traceline.js ('k') | tools/traceline/traceline/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698