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

Side by Side Diff: tools/turbolizer/turbo-visualizer.css

Issue 2228553004: [turbolizer] Improved display of perf profiling information. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « tools/turbolizer/text-view.js ('k') | tools/turbolizer/turbo-visualizer.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .visible-transition { 1 .visible-transition {
2 transition-delay: 0s; 2 transition-delay: 0s;
3 transition-duration: 1s; 3 transition-duration: 1s;
4 transition-property: all; 4 transition-property: all;
5 transition-timing-function: ease; 5 transition-timing-function: ease;
6 } 6 }
7 7
8 .collapse-pane { 8 .collapse-pane {
9 background: #A0A0A0; 9 background: #A0A0A0;
10 bottom: 0; 10 bottom: 0;
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 #load-file input { 319 #load-file input {
320 background: #A0A0A0; 320 background: #A0A0A0;
321 border-radius: 5px; 321 border-radius: 5px;
322 padding: 0.5em; 322 padding: 0.5em;
323 } 323 }
324 324
325 #hidden-file-upload { 325 #hidden-file-upload {
326 display: none; 326 display: none;
327 } 327 }
328 328
329 .prof-low { 329 .prof {
330 color: #888; 330 cursor: default;
331 }
332
333 .prof-med {
334 color: #080;
335 }
336
337 .prof-high {
338 color: #800;
339 } 331 }
340 332
341 tspan { 333 tspan {
342 font-size: 500%; 334 font-size: 500%;
343 font-family: sans-serif; 335 font-family: sans-serif;
344 } 336 }
345 337
346 text { 338 text {
347 dominant-baseline: text-before-edge; 339 dominant-baseline: text-before-edge;
348 } 340 }
OLDNEW
« no previous file with comments | « tools/turbolizer/text-view.js ('k') | tools/turbolizer/turbo-visualizer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698