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

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

Issue 23933002: Fill json data in index.html template for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete redundant file unit-test.html 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
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
deleted file mode 100644
index ea4cade74369308eb0c17d17900992870b2eac66..0000000000000000000000000000000000000000
--- a/tools/deep_memory_profiler/visualizer/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!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="index.css">
-<link rel="stylesheet" href="third_party/jqTree/jqtree.css">
-
-<script src="../../../third_party/flot/jquery.min.js"></script>
-<script src="../../../third_party/flot/jquery.flot.min.js"></script>
-<script src="../../../third_party/flot/jquery.flot.stack.min.js"></script>
-<script src="third_party/jqTree/tree.jquery.js"></script>
-<script src="utility.js"></script>
-<script src="profiler.js"></script>
-<script src="graph-view.js"></script>
-<script src="dropdown-view.js"></script>
-<script src="menu-view.js"></script>
-<script src="index.js"></script>
-
-<body>
- <h2>Deep Memory Profiler Visulaizer</h2>
- <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 | « no previous file | tools/deep_memory_profiler/visualizer/index.js » ('j') | tools/deep_memory_profiler/visualizer/template.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698