Chromium Code Reviews| Index: src/v8-counters.h |
| diff --git a/src/v8-counters.h b/src/v8-counters.h |
| index 30f5b34d10d9930930e7d5a693381c9fb0b869da..1c86d5e3231f5df0930d4119309dea3ac6a5a0f4 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_covered, V8.BoundsChecksCovered) \ |
|
titzer
2013/07/18 12:22:58
I don't know what covered and induced are supposed
|
| + SC(bounds_checks_induced, V8.BoundsChecksInduced) \ |
| SC(new_space_bytes_available, V8.MemoryNewSpaceBytesAvailable) \ |
| SC(new_space_bytes_committed, V8.MemoryNewSpaceBytesCommitted) \ |
| SC(new_space_bytes_used, V8.MemoryNewSpaceBytesUsed) \ |