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

Unified Diff: src/IceCfgNode.h

Issue 1147023007: Subzero: Basic Block Profiler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Adds Basic Block Profiling. Created 5 years, 6 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/IceCfgNode.h
diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
index e4fe2f9acdff15e93deb0b4ce947fde16b49670b..473c47e7c9514de4ebe2bd2d90c157732e3ba2ab 100644
--- a/src/IceCfgNode.h
+++ b/src/IceCfgNode.h
@@ -91,6 +91,8 @@ public:
void emitIAS(Cfg *Func) const;
void dump(Cfg *Func) const;
+ void profileExecutionCount(VariableDeclaration *Var);
+
private:
CfgNode(Cfg *Func, SizeT LabelIndex);
Cfg *const Func;

Powered by Google App Engine
This is Rietveld 408576698