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

Unified Diff: tools/turbolizer/turbo-visualizer.css

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/node.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/turbo-visualizer.css
diff --git a/tools/turbolizer/turbo-visualizer.css b/tools/turbolizer/turbo-visualizer.css
index 5a36b139d9a4ad8630f6f80ffb876c76dd80adc0..a315cf5f0af34a2d9884e3c0e774773c884a9562 100644
--- a/tools/turbolizer/turbo-visualizer.css
+++ b/tools/turbolizer/turbo-visualizer.css
@@ -85,6 +85,10 @@ g rect {
stroke-width: 2px;
}
+g.dead {
+ opacity: .5;
+}
+
g.unsorted rect {
opacity: 0.5;
}
« no previous file with comments | « tools/turbolizer/node.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698