| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index fad3454812377a159733766f87f49a930e362e5d..bab2a5878f010ad83812f8d13d285f218f741852 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -48,7 +48,10 @@ namespace internal {
|
| /* Total compilation times. */ \
|
| HT(compile, V8.Compile) \
|
| HT(compile_eval, V8.CompileEval) \
|
| - HT(compile_lazy, V8.CompileLazy)
|
| + HT(compile_lazy, V8.CompileLazy) \
|
| + HT(compile_full_code, V8.CompileFullCode) \
|
| + HT(recompile_parallel, V8.RecompileParallel) \
|
| + HT(recompile_synchronous, V8.RecompileSynchronous)
|
|
|
|
|
| #define HISTOGRAM_PERCENTAGE_LIST(HP) \
|
|
|