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

Unified Diff: tools/profview/index.html

Issue 2737083003: [tools/profview] Add individual function timeline view (Closed)
Patch Set: Rebase 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 | « no previous file | tools/profview/profile-utils.js » ('j') | tools/profview/profile-utils.js » ('J')
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 b02f6fbd2031caf335d971df286bde40d65bd2e8..b281de4c33d20c055a39cf55b4b8d4ca0653a0f3 100644
--- a/tools/profview/index.html
+++ b/tools/profview/index.html
@@ -57,6 +57,9 @@ found in the LICENSE file. -->
<tr id="timeline-legend">
</tr>
</table>
+ <div>
+ Current code object: <span id="timeline-currentCode"></span>
+ </div>
</div>
<br>
« no previous file with comments | « no previous file | tools/profview/profile-utils.js » ('j') | tools/profview/profile-utils.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698