diff options
author | Jason Evans <jasone@canonware.com> | 2014-10-03 06:01:10 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2014-10-03 06:01:10 (GMT) |
commit | 20c31deaae38ed9aa4fe169ed65e0c45cd542955 (patch) | |
tree | 8b9660e136f4ee5ede2b9e8f3a6b31bf59dc27a7 /doc | |
parent | cc9e626ea97eb294f337c674685b8b5c9d5524b7 (diff) | |
download | jemalloc-20c31deaae38ed9aa4fe169ed65e0c45cd542955.zip jemalloc-20c31deaae38ed9aa4fe169ed65e0c45cd542955.tar.gz jemalloc-20c31deaae38ed9aa4fe169ed65e0c45cd542955.tar.bz2 |
Test prof.reset mallctl and fix numerous discovered bugs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index e5c229f..b586e69 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1547,7 +1547,8 @@ malloc_conf = "xmalloc:true";]]></programlisting> </term> <listitem><para>Reset all memory profile statistics, and optionally update the sample rate (see <link - linkend="opt.lg_prof_sample"><mallctl>opt.lg_prof_sample</mallctl></link>). + linkend="opt.lg_prof_sample"><mallctl>opt.lg_prof_sample</mallctl></link> + and <link linkend="prof.lg_sample"><mallctl>prof.lg_sample</mallctl>). </para></listitem> </varlistentry> @@ -1558,7 +1559,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> <literal>r-</literal> [<option>--enable-prof</option>] </term> - <listitem><para>Get the sample rate (see <link + <listitem><para>Get the current sample rate (see <link linkend="opt.lg_prof_sample"><mallctl>opt.lg_prof_sample</mallctl></link>). </para></listitem> </varlistentry> |