| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 476021cdbb90182e1f82d6c8253007e7eadd2f9a..3fb659e5b18f95d0c08c96c0856002b7b23c8b6a 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -101,6 +101,8 @@ namespace internal {
|
| V8.MemoryHeapSamplePropertyCellSpaceCommitted) \
|
| HM(heap_sample_code_space_committed, \
|
| V8.MemoryHeapSampleCodeSpaceCommitted) \
|
| + HM(heap_sample_maximum_committed, \
|
| + V8.MemoryHeapSampleMaximumCommitted) \
|
|
|
|
|
| // WARNING: STATS_COUNTER_LIST_* is a very large macro that is causing MSVC
|
|
|