Module tikv_jemalloc_ctl::profiling
source · Expand description
jemalloc
’s run-time configuration for profiling-specific settings.
These settings are controlled by the MALLOC_CONF
environment variable.
Structs§
- Average interval (log base 2) between memory profile dumps, as measured in bytes of allocation activity.
- See
lg_prof_interval
. - Average interval (log base 2) between allocation samples, as measured in bytes of allocation activity. Increasing the sampling interval decreases profile fidelity, but also decreases the computational overhead.
- See
lg_prof_sample
. - Memory profiling enabled/disabled.
- Use an atexit(3) function to dump final memory usage to a file named according to the pattern <prefix>.<pid>.<seq>.f.heap, where <prefix> is controlled by the opt.prof_prefix and prof.prefix options.
- See
prof_final
. - Leak reporting enabled/disabled.
- See
prof_leak
. - See
prof
.