| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 62fd19878ad1569ca291b2b4d6bb0c96eda8f143..3d940af186d45f04a15e707152c284822637965f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -648,6 +648,10 @@ DEFINE_IMPLICATION(trace_detached_contexts, track_detached_contexts)
|
| DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
|
| #endif
|
|
|
| +// counters.cc
|
| +DEFINE_INT(histogram_interval, 600000,
|
| + "time interval in ms for aggregating memory histograms")
|
| +
|
|
|
| // heap-snapshot-generator.cc
|
| DEFINE_BOOL(heap_profiler_trace_objects, false,
|
|
|