Chromium Code Reviews| Index: src/counters.h |
| diff --git a/src/counters.h b/src/counters.h |
| index 359bf93ce78ce97c146c208ba6f68ec170c1950e..7c4735bc7309b7c94612cf46bd0efe58c1d91f7c 100644 |
| --- a/src/counters.h |
| +++ b/src/counters.h |
| @@ -691,7 +691,12 @@ class RuntimeCallTimer final { |
| V(CompileDeserialize) \ |
| V(CompileEval) \ |
| V(CompileFullCode) \ |
| + V(CompileGetFromOptimizedCodeMap) \ |
| + V(CompileGetUnoptimizedCode) \ |
| + V(CompileAnalyse) \ |
| V(CompileIgnition) \ |
| + V(CompileBackgroundIgnition) \ |
| + V(CompileIgnitionFinalization) \ |
| V(CompilerDispatcher) \ |
| V(CompileSerialize) \ |
| V(DeoptimizeCode) \ |