mz_prof::jemalloc

Trait JemallocProfCtlExt

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

Required Methods§

Source

fn dump_stats(&mut self, json_format: bool) -> Result<String>

Source

fn stats(&self) -> Result<JemallocStats>

Implementations on Foreign Types§

Source§

impl JemallocProfCtlExt for JemallocProfCtl

Source§

fn dump_stats(&mut self, json_format: bool) -> Result<String>

Source§

fn stats(&self) -> Result<JemallocStats>

Implementors§