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. |
*/ |