Function mz_prof::jemalloc::parse_jeheap
source · pub fn parse_jeheap<R: BufRead>(r: R) -> Result<StackProfile>Expand description
Parse a jemalloc profile file, producing a vector of stack traces along with their weights.
pub fn parse_jeheap<R: BufRead>(r: R) -> Result<StackProfile>Parse a jemalloc profile file, producing a vector of stack traces along with their weights.