Function pprof_util::parse_jeheap

source ยท
pub fn parse_jeheap<R: BufRead>(
    r: R,
    mappings: Option<&[Mapping]>,
) -> Result<StackProfile>
Expand description

Parse a jemalloc profile file, producing a vector of stack traces along with their weights.