<listitem>
<para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
- requests the tool to produce an xtree heap memory report.
+ requests the tool (Memcheck, Massif, Helgrind) to produce an xtree heap memory report.
See <xref linkend="manual-core.xtree"/> for
a detailed explanation about execution trees. </para>
</listitem>
saves all snapshot(s) taken so far in <filename>
default <filename> is massif.vgdb.out
xtmemory [<filename>]
- dump xtree memory profile in <filename> (default xtmemory.kcg)
+ dump xtree memory profile in <filename> (default xtmemory.kcg.%p.%n)
monitor command request to kill this process
Remote connection closed
]]></programlisting>
</listitem>
+ <listitem>
+ <para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
+ requests Helgrind tool to produce an xtree heap memory report.
+ See <xref linkend="manual-core.xtree"/> for
+ a detailed explanation about execution trees. </para>
+ </listitem>
</itemizedlist>
" accesshistory <addr> [<len>] : show access history recorded\n"
" for <len> (or 1) bytes at <addr>\n"
" xtmemory [<filename>]\n"
-" dump xtree memory profile in <filename> (default xtmemory.kcg)\n"
+" dump xtree memory profile in <filename> (default xtmemory.kcg.%%p.%%n)\n"
"\n");
}
<filename> (default massif.vgdb.out).
</para>
</listitem>
+ <listitem>
+ <para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
+ requests Massif tool to produce an xtree heap memory report.
+ See <xref linkend="manual-core.xtree"/> for
+ a detailed explanation about execution trees. </para>
+ </listitem>
</itemizedlist>
</sect1>
" saves all snapshot(s) taken so far in <filename>\n"
" default <filename> is massif.vgdb.out\n"
" xtmemory [<filename>]\n"
-" dump xtree memory profile in <filename> (default xtmemory.kcg)\n"
+" dump xtree memory profile in <filename> (default xtmemory.kcg.%%p.%%n)\n"
"\n");
}
</itemizedlist>
<para>The increase or decrease for all events above will also be output in
- the file to provide the delta (increase or decreaseà between 2
+ the file to provide the delta (increase or decrease) between 2
successive leak searches. For example, <option>iRB</option> is the
increase of the <option>RB</option> event, <option>dPBk</option> is the
decrease of <option>PBk</option> event. The values for the increase and
</listitem>
+ <listitem>
+ <para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
+ requests Memcheck tool to produce an xtree heap memory report.
+ See <xref linkend="manual-core.xtree"/> for
+ a detailed explanation about execution trees. </para>
+ </listitem>
+
</itemizedlist>
</sect1>