Commit c3677c04 authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

Remove object grouping leftovers

BUG=v8:5828

Change-Id: I1a75c06ba80a39b28b74870c3e3be4d5e2ec3712
Reviewed-on: https://chromium-review.googlesource.com/480299Reviewed-by: 's avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44684}
parent 21b104e3
...@@ -895,10 +895,6 @@ DEFINE_BOOL(clear_exceptions_on_js_entry, false, ...@@ -895,10 +895,6 @@ DEFINE_BOOL(clear_exceptions_on_js_entry, false,
DEFINE_INT(histogram_interval, 600000, DEFINE_INT(histogram_interval, 600000,
"time interval in ms for aggregating memory histograms") "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 // heap-snapshot-generator.cc
DEFINE_BOOL(heap_profiler_trace_objects, false, DEFINE_BOOL(heap_profiler_trace_objects, false,
"Dump heap object allocations/movements/size_updates") "Dump heap object allocations/movements/size_updates")
......
...@@ -86,7 +86,6 @@ INTERESTING_NEW_GEN_KEYS="\ ...@@ -86,7 +86,6 @@ INTERESTING_NEW_GEN_KEYS="\
old_new \ old_new \
code \ code \
semispace \ semispace \
object_groups \
" "
INTERESTING_OLD_GEN_KEYS="\ INTERESTING_OLD_GEN_KEYS="\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment