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

Unified Diff: tools/deep_memory_profiler/visualizer/index.html

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove index.js Created 7 years, 3 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/deep_memory_profiler/visualizer/index.css ('k') | tools/deep_memory_profiler/visualizer/menu-view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/visualizer/index.html
diff --git a/tools/deep_memory_profiler/visualizer/index.html b/tools/deep_memory_profiler/visualizer/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..4d756c49a61e9c2a50ab8c678c35ce87b45840d1
--- /dev/null
+++ b/tools/deep_memory_profiler/visualizer/index.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<!--
+Copyright 2013 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<meta charset="utf-8">
+<link rel="stylesheet" href="static/index.css">
+<link rel="stylesheet" href="static/third_party/jqTree/jqtree.css">
+
+<script src="static/third_party/flot/jquery.min.js"></script>
+<script src="static/third_party/flot/jquery.flot.min.js"></script>
+<script src="static/third_party/flot/jquery.flot.stack.min.js"></script>
+<script src="static/third_party/jqTree/tree.jquery.js"></script>
+<script src="static/utility.js"></script>
+<script src="static/profiler.js"></script>
+<script src="static/graph-view.js"></script>
+<script src="static/dropdown-view.js"></script>
+<script src="static/menu-view.js"></script>
+<script src="static/index.js"></script>
+
+<body>
+ <h2>Deep Memory Profiler Visulaizer</h2>
+ <form action="/" method="post">
+ <input type="file" action=name="data"/>
+ <input type="submit"/>
+ </form>
+ <div id="graph-div"></div>
+ <div id="info-div">
+ <div id="subs-dropdown"></div>
+ <div id="category-menu"></div>
+ </div>
+</body>
« no previous file with comments | « tools/deep_memory_profiler/visualizer/index.css ('k') | tools/deep_memory_profiler/visualizer/menu-view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698