mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 09:37:22 +03:00
Remove highruns statistics.
This commit is contained in:
parent
ef8897b4b9
commit
746868929a
6 changed files with 15 additions and 84 deletions
|
|
@ -1866,17 +1866,6 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||
to allocate changed.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<mallctl>stats.arenas.<i>.bins.<j>.highruns</mallctl>
|
||||
(<type>size_t</type>)
|
||||
<literal>r-</literal>
|
||||
[<option>--enable-stats</option>]
|
||||
</term>
|
||||
<listitem><para>Maximum number of runs at any time thus far.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<mallctl>stats.arenas.<i>.bins.<j>.curruns</mallctl>
|
||||
|
|
@ -1920,17 +1909,6 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||
class.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<mallctl>stats.arenas.<i>.lruns.<j>.highruns</mallctl>
|
||||
(<type>size_t</type>)
|
||||
<literal>r-</literal>
|
||||
[<option>--enable-stats</option>]
|
||||
</term>
|
||||
<listitem><para>Maximum number of runs at any time thus far for this
|
||||
size class.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<mallctl>stats.arenas.<i>.lruns.<j>.curruns</mallctl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue