Confirmed users
1,345
edits
Nnethercote (talk | contribs) No edit summary |
Nnethercote (talk | contribs) |
||
Line 323: | Line 323: | ||
By default, DMD stack traces do not exceed 24 frames. You can reduce this. | By default, DMD stack traces do not exceed 24 frames. You can reduce this. | ||
==== -- | ==== --show-dump-stats=<yes|no> ==== | ||
You can request statistics on each dump with this option. | |||
==== --mode=<normal|test|stress> ==== | ==== --mode=<normal|test|stress> ==== | ||
<tt>--mode=<normal|test|stress></tt> can be used to invoke "test" or "stress" mode, which are useful if you're hacking on DMD. | <tt>--mode=<normal|test|stress></tt> can be used to invoke "test" or "stress" mode, which are only useful if you're hacking on DMD. The default is normal mode. | ||
"test" and "stress" modes set their own <tt>--sample-below</tt> values, so you | "test" and "stress" modes set their own <tt>--sample-below</tt> values, so you | ||
should never have to specify both <tt>--sample-below</tt> and <tt>--mode</tt>. | should never have to specify both <tt>--sample-below</tt> and <tt>--mode</tt>. | ||
== Which heap blocks are reported? == | == Which heap blocks are reported? == |