| Index: src/log.h | 
| diff --git a/src/log.h b/src/log.h | 
| index cb3e3892f05a825a70c619e1c382f7ffd00a0cfc..1a454dad264c176afff79a193bdf614eb7f52a8b 100644 | 
| --- a/src/log.h | 
| +++ b/src/log.h | 
| @@ -410,12 +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) | 
|  |