Trait mz_prof::jemalloc::JemallocProfCtlExt
source · pub trait JemallocProfCtlExt {
// Required methods
fn dump_stats(&mut self, json_format: bool) -> Result<String>;
fn stats(&self) -> Result<JemallocStats>;
}