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

Unified Diff: src/flag-definitions.h

Issue 1844413002: Use EmbedderHeapTracer instead of object grouping when trace_embedder_heap flag is set (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix fast accessor tests Created 4 years, 8 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index c1fffec8b878b6e49d89b1c7c912c05de7da7069..2d32068b65eba1719029ad572ce046903a8392c0 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -721,6 +721,10 @@ DEFINE_INT(histogram_interval, 600000,
DEFINE_BOOL(trace_object_groups, false,
"print object groups detected during each garbage collection")
+// heap.cc
+DEFINE_BOOL(trace_embedder_heap, false,
+ "use embedder heap tracing instead of object groups")
+
// heap-snapshot-generator.cc
DEFINE_BOOL(heap_profiler_trace_objects, false,
"Dump heap object allocations/movements/size_updates")
« no previous file with comments | « src/fast-accessor-assembler.cc ('k') | src/heap/heap.h » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698