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

Unified Diff: tools/turbolizer/index.html

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/turbolizer/disassembly-view.js ('k') | tools/turbolizer/text-view.js » ('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 9823c166241c4d9ff95b3ab98e05dc1b78b55aa8..4066fd8010c362626fbcc2aa7e82cf2fc54422ef 100644
--- a/tools/turbolizer/index.html
+++ b/tools/turbolizer/index.html
@@ -54,12 +54,9 @@
</text></svg></div>
</div>
<div id="right">
- <span id="disassembly-toolbox">
- <select id="event-selector"></select>
- </span>
<div id='disassembly'>
<pre id='disassembly-text-pre' class='prettyprint prettyprinted'>
- <ul id='disassembly-list' class='nolinenums noindent'>
+ <ul id='disassembly-list' class='nolinenums noindent'>
</ul>
</pre>
</div>
« no previous file with comments | « tools/turbolizer/disassembly-view.js ('k') | tools/turbolizer/text-view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698