| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 6db9c77edcf1624b89de03d119a6be8b2735c16e..ac09666d3f37cd4293b2dc113352abf31ecd9cba 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -101,6 +101,7 @@ namespace internal {
|
| SC(total_old_codegen_source_size, V8.TotalOldCodegenSourceSize) \
|
| /* Amount of source code compiled with the full codegen. */ \
|
| SC(total_full_codegen_source_size, V8.TotalFullCodegenSourceSize) \
|
| + SC(functions_compiled_parallely, V8.FunctionsCompiledParallely) \
|
| /* Number of contexts created from scratch. */ \
|
| SC(contexts_created_from_scratch, V8.ContextsCreatedFromScratch) \
|
| /* Number of contexts created by partial snapshot. */ \
|
|
|