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

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: 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') | src/global-handles.h » ('J')
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..889b0b04f9b1e6a9d8db08f2da26e0881d9492e1 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")
+// object-groups-tracer.cc
ulan 2016/03/08 20:23:32 Should be global-handles.cc
Marcel Hlopko 2016/03/09 09:30:30 Done.
+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') | src/global-handles.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698