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

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

Issue 2174803002: [turbolizer] Add support for showing perf profiling information. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [turbolizer] Add support for showing perf profiling information. Created 4 years, 5 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/perf-turbo.py ('k') | tools/turbolizer/turbo-visualizer.js » ('j') | 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 05ec1cf173e30cd6ffb81ac318c2e35e7f81978d..5a36b139d9a4ad8630f6f80ffb876c76dd80adc0 100644
--- a/tools/turbolizer/turbo-visualizer.css
+++ b/tools/turbolizer/turbo-visualizer.css
@@ -295,6 +295,16 @@ span.linkable-text:hover {
background: rgba(100%, 100%, 100%, 0.7);
}
+#disassembly-toolbox {
+ position: relative;
+ top: 1em;
+ left: 0.7em;
+ border: 2px solid #eee8d5;
+ border-radius: 5px;
+ padding: 0.7em;
+ z-index: 5;
+}
+
#load-file {
position: absolute;
top: 0;
@@ -311,7 +321,18 @@ span.linkable-text:hover {
padding: 0.5em;
}
-#hidden-file-upload{
+#hidden-file-upload {
display: none;
}
+.prof-low {
+ color: #888;
+}
+
+.prof-med {
+ color: #080;
+}
+
+.prof-high {
+ color: #800;
+}
« no previous file with comments | « tools/turbolizer/perf-turbo.py ('k') | tools/turbolizer/turbo-visualizer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698