Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index 8e7c9e7ff2dd615aa9cd51cc5b01d8b653e5548c..539b182915caf8423f39286cb83b2a15701a08c4 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -360,6 +360,7 @@ class AggregatedHistogramTimerScope { |
#define HISTOGRAM_RANGE_LIST(HR) \ |
/* Generic range histograms */ \ |
+ HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \ |
HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \ |
HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \ |
HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \ |