| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index dfe1e20c3297a3fd26f67b5ad3871340537cce8e..ff2247cba1642c38eac38c2e26f6c830eb356d5c 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -238,6 +238,8 @@ namespace internal {
|
| SC(transcendental_cache_miss, V8.TranscendentalCacheMiss) \
|
| SC(stack_interrupts, V8.StackInterrupts) \
|
| SC(runtime_profiler_ticks, V8.RuntimeProfilerTicks) \
|
| + SC(bounds_checks_eliminated, V8.BoundsChecksEliminated) \
|
| + SC(bounds_checks_hoisted, V8.BoundsChecksHoisted) \
|
| SC(soft_deopts_requested, V8.SoftDeoptsRequested) \
|
| SC(soft_deopts_inserted, V8.SoftDeoptsInserted) \
|
| SC(soft_deopts_executed, V8.SoftDeoptsExecuted) \
|
|
|