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

Unified Diff: src/IceDefs.h

Issue 1743043002: Subzero: Print memory usage info when dumping. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 10 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/IceClFlags.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 56a3bac8e93d13c572ee288a14172d756fa62edc..b8047b40b943cdd450ca5d24d2eb07a5c8345559 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -213,6 +213,7 @@ enum VerboseItem {
IceV_Loop = 1 << 13,
IceV_Status = 1 << 14,
IceV_AvailableRegs = 1 << 15,
+ IceV_Mem = 1 << 16,
IceV_All = ~IceV_None,
IceV_Most = IceV_All & ~IceV_LinearScan
};
« no previous file with comments | « src/IceClFlags.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698