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

Unified Diff: src/IceGlobalContext.h

Issue 1768173002: Subzero: Count lookups of each constant value in the constant pool. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 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 | « src/IceDefs.h ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index fd76bd7ff8332dd26b5992f9ca3715ee94d6ad6a..6d452d4b877b4b52a81346b961ce88cc2d9b4928 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -428,6 +428,8 @@ public:
/// Lowers the profile information.
void lowerProfileData();
+ void dumpConstantLookupCounts();
+
/// Utility function to match a symbol name against a match string. This is
/// used in a few cases where we want to take some action on a particular
/// function or symbol based on a command-line argument, such as changing the
« no previous file with comments | « src/IceDefs.h ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698