blob: 6afb95034f59584b980f168847365676733ba922 [file] [log] [blame]
<!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-model.js"></script>
<script src="graph-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>