| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index 4a35bf493f2c24809d742e31fcdc2c8db406f360..895caf8e0f548ba8287c74d46c01f406168b1de9 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -299,6 +299,7 @@ class HistogramTimerScope BASE_EMBEDDED {
|
| HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
|
| HT(gc_idle_notification, V8.GCIdleNotification) \
|
| HT(gc_incremental_marking, V8.GCIncrementalMarking) \
|
| + HT(gc_low_memory_notification, V8.GCLowMemoryNotification) \
|
| /* Parsing timers. */ \
|
| HT(parse, V8.Parse) \
|
| HT(parse_lazy, V8.ParseLazy) \
|
|
|