dart-sdk/runtime/tools/graphexplorer/graphexplorer.html
Ryan Macnak 7329247892 [vm/tools] Add Graph Explorer to visualize output of --write_v8_snapshot_profile_to.
In particular, this tool can produce treemap visualizations of the dominator tree.

Change-Id: If582c80213b4bdec9ff8ee4d5d61a1e15bf342e5
Reviewed-on: https://dart-review.googlesource.com/c/92900
Reviewed-by: Aart Bik <ajcbik@google.com>
2019-02-13 19:30:37 +00:00

15 lines
417 B
HTML

<!--
Copyright (c) 2019, 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>
<title>Graph Explorer</title>
<link rel="stylesheet" type="text/css" href="graphexplorer.css">
</head>
<body>
<script src="graphexplorer.js"></script>
</body>
</html>