Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index bb2f5d1bfd67d41198ba293d8cf73647eec4a77b..cc671a762459ac135f5c7926f6cbebb534b557e1 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -626,6 +626,9 @@ DEFINE_BOOL(trace_incremental_marking, false, |
"trace progress of the incremental marking") |
DEFINE_BOOL(track_gc_object_stats, false, |
"track object counts and memory usage") |
+DEFINE_BOOL(trace_gc_object_stats, false, |
+ "trace object counts and memory usage") |
+DEFINE_IMPLICATION(trace_gc_object_stats, track_gc_object_stats) |
DEFINE_BOOL(track_detached_contexts, true, |
"track native contexts that are expected to be garbage collected") |
DEFINE_BOOL(trace_detached_contexts, false, |