Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index 79eabfb2effc8aeba21d002f5a7c58bcd74cc30e..02fd60729e558371b8cbfed38ced2391f83e5e4e 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -409,6 +409,7 @@ class Logger { |
| #define TIMER_EVENTS_LIST(V) \ |
| V(RecompileSynchronous, true) \ |
| V(RecompileConcurrent, true) \ |
| + V(CompileIgnition, true) \ |
| V(CompileFullCode, true) \ |
| V(OptimizeCode, true) \ |
| V(CompileCode, true) \ |