Crate pprof_util
Source - 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.
- ProfStartTime
- Start times of the profiler.
- CastFrom
- A trait for safe, simple, and infallible casts.
- TryCastFrom
- A trait for attempted casts.
- parse_jeheap
- Parse a jemalloc profile file, producing a vector of stack traces along with their weights.