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

Unified Diff: tools/profile.js

Issue 1884493003: Dump C++ symbols and merge into v8 log. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
Index: tools/profile.js
diff --git a/tools/profile.js b/tools/profile.js
index f0814a2f0d9cc3303cf5ae8f5633058a1e7243cd..f1eb95cd5fcb86e6a7961d7ed927c5d7b6f8257c 100644
--- a/tools/profile.js
+++ b/tools/profile.js
@@ -422,6 +422,11 @@ Profile.prototype.getCEntryProfile = function() {
}
+Profile.prototype.getAllStaticEntries = function() {
+ return this.codeMap_.getAllStaticEntriesWithAddresses();
+}
+
+
/**
* Cleans up function entries that are not referenced by code entries.
*/
« no previous file with comments | « tools/dump-cpp.py ('k') | tools/tickprocessor.js » ('j') | tools/tickprocessor.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698