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

Unified Diff: src/log.h

Issue 2480343002: [ic] Drop TimerEventScopes from *IC_Miss runtime functions (Closed)
Patch Set: drop debugging leftover Created 4 years, 1 month 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/ic/ic.cc ('k') | test/mjsunit/mjsunit.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index ba4182ec45504abce4e56078d867ff0c45080e9b..b7a5fc6bd3cd961c57a039e1aaf2bb2cc15a95cb 100644
--- a/src/log.h
+++ b/src/log.h
@@ -341,8 +341,7 @@ class Logger : public CodeEventListener {
V(CompileCode, true) \
V(DeoptimizeCode, true) \
V(Execute, true) \
- V(External, true) \
- V(IcMiss, false)
+ V(External, true)
#define V(TimerName, expose) \
class TimerEvent##TimerName : public AllStatic { \
« no previous file with comments | « src/ic/ic.cc ('k') | test/mjsunit/mjsunit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698