blob: 3f8ac9728c9dac73a5a8bc7d13d6324d1c5bf0ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!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. -->
<link rel="stylesheet" href="memory_internals.css">
<link rel="stylesheet" href="extension_view.css">
<link rel="stylesheet" href="snapshot_view.css">
<script src="chrome://memory-internals/memory_internals.js"></script>
<script src="chrome://resources/js/util.js"></script>
<h1>Memory Internals</h1>
<div id="buttons">
<button id="button-update">Update</button>
</div>
<include src="snapshot_view.html">
<include src="extension_view.html">
<h2>JSON</h2>
<textarea id="json" readonly></textarea>
|