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/log.h

Issue 1661883003: [counters] adding more counters and log-events (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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/log.h
diff --git a/src/log.h b/src/log.h
index 064115b3aa91c0cdbe51b7ea5425b8641ea9ae4f..1a454dad264c176afff79a193bdf614eb7f52a8b 100644
--- a/src/log.h
+++ b/src/log.h
@@ -410,11 +410,13 @@ class Logger {
friend class CpuProfiler;
};
-
#define TIMER_EVENTS_LIST(V) \
V(RecompileSynchronous, true) \
V(RecompileConcurrent, true) \
V(CompileFullCode, true) \
+ V(OptimizeCode, true) \
+ V(CompileCode, true) \
+ V(DeoptimizeCode, true) \
V(Execute, true) \
V(External, true) \
V(IcMiss, false)

Powered by Google App Engine
This is Rietveld 408576698