pub fn parse_jeheap<R: BufRead>( r: R, mappings: Option<&[Mapping]>, ) -> Result<StackProfile>
Parse a jemalloc profile file, producing a vector of stack traces along with their weights.