| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 9457)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -264,6 +264,9 @@
|
| DEFINE_bool(incremental_marking_steps, true, "do incremental marking steps")
|
| DEFINE_bool(trace_incremental_marking, false,
|
| "trace progress of the incremental marking")
|
| +DEFINE_bool(trace_heap, false, "write a visualization of the heap to a file (d8)")
|
| +DEFINE_string(trace_heap_file, "v8heapvisualization.log",
|
| + "file name for visualization of the heap (d8)")
|
|
|
| // v8.cc
|
| DEFINE_bool(use_idle_notification, true,
|
|
|