Crate rust_jemalloc_pprof_internal

Source

Structs§

Mapping
A mapping of a single shared object.
StackProfile
A minimal representation of a profile that can be parsed from the jemalloc heap profile.
StackProfileIter
WeightedStack
A single sample in the profile. The stack is a list of addresses.

Statics§

MAPPINGS
Mappings of the processes’ executable and shared libraries.

Functions§

parse_jeheap
Parse a jemalloc profile file, producing a vector of stack traces along with their weights.