Crate pprof_util

Source

Structs§

BuildId
Build ID of a shared object.
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.

Enums§

ProfStartTime
Start times of the profiler.

Traits§

CastFrom
A trait for safe, simple, and infallible casts.
TryCastFrom
A trait for attempted casts.

Functions§

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