parse_hprof

Function parse_hprof 

Source
pub fn parse_hprof(
    input: &[u8],
) -> Result<Hprof<'_>, Err<(&'_ [u8], ErrorKind)>>
Expand description

Entry point for parsing.

This is intended to be used with a memory mapped hprof file, or, for small heap dumps that can fit comfortably in memory, just an in-memory buffer.