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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/traceline/svgui/traceline.js ('k') | tools/traceline/traceline/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/traceline/svgui/traceline.xml
diff --git a/tools/traceline/svgui/traceline.xml b/tools/traceline/svgui/traceline.xml
new file mode 100755
index 0000000000000000000000000000000000000000..375744d069b50de6cf8256cea12bb6ebd568c990
--- /dev/null
+++ b/tools/traceline/svgui/traceline.xml
@@ -0,0 +1,11 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Traceline SVG</title>
+
+ <link href="traceline.css" rel="stylesheet" type="text/css" />
+ <script src="traceline.js"></script>
+</head>
+
+<body onload="loadJSON(document.location.hash.substr(1).split(','));">
+</body>
+</html>
« 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