Trait profiler::parse::callgrind::CallGrindParser [] [src]

pub trait CallGrindParser {
    fn callgrind_cli(&self, binary: &str) -> Result<StringProfError>;
    fn callgrind_parse<'b>(&'b self, output: &'b str, num: usize) -> Result<ProfilerProfError>;
}

Required Methods

fn callgrind_cli(&self, binary: &str) -> Result<StringProfError>

fn callgrind_parse<'b>(&'b self, output: &'b str, num: usize) -> Result<ProfilerProfError>

Implementors