Module mz_prof::jemalloc

source ·
Expand description

Various profiling utilities:

(1) Turn jemalloc profiling on and off, and dump heap profiles (PROF_CTL) (2) Parse jemalloc heap files and make them into a hierarchical format (parse_jeheap)

Structs§

Constants§

Statics§

Functions§

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