Trait mz_prof::StackProfileExt
source · pub trait StackProfileExt {
// Required methods
fn to_mzfg(&self, symbolize: bool, header_extra: &[(&str, &str)]) -> String;
fn to_pprof(
&self,
sample_type: (&str, &str),
period_type: (&str, &str),
anno_key: Option<String>,
) -> Vec<u8> ⓘ;
}