| Index: runtime/bin/vmstats/vmstats.html
|
| diff --git a/runtime/bin/vmstats/vmstats.html b/runtime/bin/vmstats/vmstats.html
|
| deleted file mode 100644
|
| index c64b6298ebd7d5115fe9bd09f9c7ffa819400a1f..0000000000000000000000000000000000000000
|
| --- a/runtime/bin/vmstats/vmstats.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<!-- Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| - for details. All rights reserved. Use of this source code is governed by a
|
| - BSD-style license that can be found in the LICENSE file.
|
| --->
|
| -<html>
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <title>VM Stats</title>
|
| - <link rel="stylesheet" href="vmstats.css">
|
| - <script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
| - </head>
|
| - <body>
|
| - <h1>VM Stats</h1>
|
| - <div id="vmstats">
|
| - <p id="dashboard">
|
| - <h3>Allocated Memory</h3>
|
| - <canvas id="graph" width="480px" height="240px"></canvas>
|
| - <h3>Isolates</h3>
|
| - <table id="isolateList"></table>
|
| - </p>
|
| - </div>
|
| - <div id="statusSection">
|
| - <p id="statusText"></p>
|
| - </div>
|
| -
|
| - <script type="application/dart" src="vmstats.dart"></script>
|
| - <script src="packages/browser/dart.js"></script>
|
| - </body>
|
| -</html>
|
|
|