pprof_util

Function 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.