Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 379ae698ca7488850d20dd537611308ab0fdc564..e0631e30435d89ea74daaf35d1438552311fd8fb 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -506,6 +506,9 @@ DEFINE_bool(trace_gc_ignore_scavenger, false, |
| "do not print trace line after scavenger collection") |
| DEFINE_bool(print_cumulative_gc_stat, false, |
| "print cumulative GC statistics in name=value format on exit") |
| +DEFINE_bool(print_max_heap_committed, false, |
| + "print statistics of the maxiumum memory committed by the heap GC " |
|
Hannes Payer (out of office)
2013/10/22 14:46:07
maximum
Hannes Payer (out of office)
2013/10/22 14:46:07
"by the heap GC" => "for the heap"
rmcilroy
2013/10/23 14:40:23
Done.
rmcilroy
2013/10/23 14:40:23
Done.
|
| + "in name=value format on exit") |
| DEFINE_bool(trace_gc_verbose, false, |
| "print more details following each garbage collection") |
| DEFINE_bool(trace_fragmentation, false, |