Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 379ae698ca7488850d20dd537611308ab0fdc564..c29bb7f4ef5247964ebf5a84e3a63424ee978c64 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -541,6 +541,12 @@ DEFINE_int(sweeper_threads, 0, |
DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC") |
#endif |
+ |
+// heap-snapshot-generator.cc |
+DEFINE_bool(heap_profiler_trace_objects, false, |
yurys
2013/10/17 13:20:54
May be log_heap_profiler
loislo
2013/10/17 13:34:13
I think it is more precise name. Heap objects trac
|
+ "dump heap object allocations/movements/size_updates") |
yurys
2013/10/17 13:20:54
style: dump -> Dump
loislo
2013/10/17 13:34:13
Done.
|
+ |
+ |
// v8.cc |
DEFINE_bool(use_idle_notification, true, |
"Use idle notification to reduce memory footprint.") |