| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index fad3454812377a159733766f87f49a930e362e5d..39661cd8d1d5b9923610d93310bff5799f6004f6 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -48,7 +48,8 @@ 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_parallel, V8.CompileParallel)
|
|
|
|
|
| #define HISTOGRAM_PERCENTAGE_LIST(HP) \
|
|
|