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

Unified Diff: tools/profview/index.html

Issue 2753543006: [profiler] Web UI: add summary of opts/deopts. (Closed)
Patch Set: Address reviewer comments 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/profile.js ('k') | tools/profview/profile-utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profview/index.html
diff --git a/tools/profview/index.html b/tools/profview/index.html
index b281de4c33d20c055a39cf55b4b8d4ca0653a0f3..32f7c7b70fef0826bc993ffc0f3b5418ae353e3d 100644
--- a/tools/profview/index.html
+++ b/tools/profview/index.html
@@ -64,10 +64,10 @@ found in the LICENSE file. -->
<br>
-<div id="calltree" style="display : none">
- <div id="mode-bar">
- </div>
+<div id="mode-bar" style="display : none">
+</div>
+<div id="calltree" style="display : none">
<br>
Attribution:
<select id="calltree-attribution">
@@ -98,6 +98,12 @@ found in the LICENSE file. -->
</table>
</div>
+<div id="summary" style="display : none">
+</div>
+
+<div id="function-details" style="display : none">
+</div>
+
<p style="font-style:italic;">
<br>
<br>
« no previous file with comments | « tools/profile.js ('k') | tools/profview/profile-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698