memory_internals.html revision 868fa2fe829687343ffae624259930155e16dbd8
1<!DOCTYPE html>
2<!-- Copyright 2013 The Chromium Authors. All rights reserved.
3     Use of this source code is governed by a BSD-style license that can be
4     found in the LICENSE file. -->
5<link rel="stylesheet" href="memory_internals.css">
6<link rel="stylesheet" href="extension_view.css">
7<link rel="stylesheet" href="snapshot_view.css">
8
9<script src="chrome://memory-internals/memory_internals.js"></script>
10<script src="chrome://resources/js/util.js"></script>
11
12<h1>Memory Internals</h1>
13<div id="buttons">
14  <button id="button-update">Update</button>
15</div>
16
17<include src="snapshot_view.html">
18<include src="extension_view.html">
19
20<h2>JSON</h2>
21<textarea id="json" readonly></textarea>
22