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

Unified Diff: tools/profview/profview.css

Issue 2730293002: [profiler] This adds function butterflies to the function list. (Closed)
Patch Set: Formatting Created 3 years, 9 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/profview/profile-utils.js ('k') | tools/profview/profview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profview/profview.css
diff --git a/tools/profview/profview.css b/tools/profview/profview.css
index 80bc3fdbcaaf9aee04340c8f314b89ba684508f2..f71a9a94a6f5c0878fff258f79cd910e14e7aace 100644
--- a/tools/profview/profview.css
+++ b/tools/profview/profview.css
@@ -6,6 +6,10 @@ table.calltree {
width : 12ex;
}
+.numeric-hidden {
+ display : none;
+}
+
body {
font-family: 'Roboto', sans-serif;
}
« no previous file with comments | « tools/profview/profile-utils.js ('k') | tools/profview/profview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698