[][src]Function jvm_hprof::parse_hprof

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

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.