Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: tools/turbolizer/index.html

Issue 2226293002: [turbolizer] Visualize also the dead nodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@t-p2
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/turbolizer/graph-view.js ('k') | tools/turbolizer/live.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/index.html
diff --git a/tools/turbolizer/index.html b/tools/turbolizer/index.html
index e855a0720888665252b05ffb7c80ca1873b5249d..8dc21b7bdd116b0f06afaa6cb994168e17e27701 100644
--- a/tools/turbolizer/index.html
+++ b/tools/turbolizer/index.html
@@ -16,6 +16,8 @@
alt="layout graph" class="button-input">
<input id="show-all" type="image" title="show all nodes" src="expand-all.jpg"
alt="show all nodes" class="button-input">
+ <input id="hide-dead" type="image" title="only live nodes" src="live.png"
+ alt="only live nodes" class="button-input">
<input id="hide-unselected" type="image" title="hide unselected nodes"
src="hide-unselected.png" alt="hide unselected nodes" class="button-input">
<input id="hide-selected" type="image" title="hide selected nodes"
« no previous file with comments | « tools/turbolizer/graph-view.js ('k') | tools/turbolizer/live.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698