Function tikv_jemalloc_ctl::stats_print::stats_print

source ยท
pub fn stats_print<W>(writer: W, options: Options) -> Result<()>
where W: Write,
Expand description

Writes allocator statistics.

The information is the same that can be retrieved by the individual lookup methods in this crate, but all done at once.