| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 865413e70d0fe6d1db7cad64a46bc877c9079112..22ba731bc8d0e6df222bb904a6b7e4672a31c35c 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -541,7 +541,9 @@ DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC")
|
| // heap-snapshot-generator.cc
|
| DEFINE_bool(heap_profiler_trace_objects, false,
|
| "Dump heap object allocations/movements/size_updates")
|
| -
|
| +DEFINE_bool(enable_allocation_profiler, false,
|
| + "Run v8 without snapshot "
|
| + "and with enabled allocation reporting calls.")
|
|
|
| // v8.cc
|
| DEFINE_bool(use_idle_notification, true,
|
|
|