Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(644)

Unified Diff: src/flag-definitions.h

Issue 1773273002: Add flag to trace object groups (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Incorporated more Ulan's wonderful suggestions Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/global-handles.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 4e9500d3229038f00b53fc60150f93512243b637..63a74ad8716ff3b7fdca2edfde9242f629ce5a54 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -729,6 +729,9 @@ DEFINE_INT(heap_growing_percent, 0,
DEFINE_INT(histogram_interval, 600000,
"time interval in ms for aggregating memory histograms")
+// global-handles.cc
+DEFINE_BOOL(trace_object_groups, false,
+ "print object groups detected during each garbage collection")
// heap-snapshot-generator.cc
DEFINE_BOOL(heap_profiler_trace_objects, false,
« no previous file with comments | « no previous file | src/global-handles.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698