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

Unified Diff: src/IceOperand.cpp

Issue 610813002: Subzero: Rewrite the pass timing infrastructure. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 3 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: src/IceOperand.cpp
diff --git a/src/IceOperand.cpp b/src/IceOperand.cpp
index d1854f4f0f0a6d4e48306b87acef22f227f2b84b..d39ab9329ead11dbbab406b60edd86d958ed86e9 100644
--- a/src/IceOperand.cpp
+++ b/src/IceOperand.cpp
@@ -259,6 +259,7 @@ const Inst *VariableTracking::getSingleDefinition() const {
}
void VariablesMetadata::init() {
+ TimerMarker T("vmetadata", Func->getContext());
Metadata.clear();
Metadata.resize(Func->getNumVariables());
« Makefile.standalone ('K') | « src/IceGlobalContext.cpp ('k') | src/IceTargetLowering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698