Chromium Code Reviews| Index: src/counters.h |
| diff --git a/src/counters.h b/src/counters.h |
| index 9d40520ee9810c5508bb29e75053e83d884a5698..05690e07f60366bfdc3504673e6a1089b0e11cae 100644 |
| --- a/src/counters.h |
| +++ b/src/counters.h |
| @@ -690,8 +690,9 @@ class RuntimeCallTimer final { |
| V(CompileEval) \ |
| V(CompileFullCode) \ |
| V(CompileIgnition) \ |
| - V(CompilerDispatcher) \ |
| + V(CompileRewriteReturnResult) \ |
| V(CompileSerialize) \ |
| + V(CompilerDispatcher) \ |
|
Camillo Bruni
2016/12/16 15:07:47
why no usey?
|
| V(DeoptimizeCode) \ |
| V(FunctionCallback) \ |
| V(GC) \ |