18 lines
590 B
HTML
18 lines
590 B
HTML
<!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="main.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="main.js"></script>
|
|
|
|
<body>
|
|
<h2>Deep Memory Profiler Visulaizer</h2>
|
|
<div id="plot" class="plot-container"></div>
|
|
</body>
|