| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 04f57f7393fdc2cceba75929c1272d2c7bfef88a..3a1cb7367c57208238027dce807b75f76e2ab337 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
|
|
|