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) |