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

Unified Diff: tools/turbolizer/index.html

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/disassembly-view.js ('k') | tools/turbolizer/perf-turbo.py » ('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 0c83e9c672e5686553cd1f5619de4b7521b32953..e855a0720888665252b05ffb7c80ca1873b5249d 100644
--- a/tools/turbolizer/index.html
+++ b/tools/turbolizer/index.html
@@ -51,6 +51,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'>
« no previous file with comments | « tools/turbolizer/disassembly-view.js ('k') | tools/turbolizer/perf-turbo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698