Skip to main content

PPROF_SAMPLE_RATE_ENV

Constant PPROF_SAMPLE_RATE_ENV 

Source
pub const PPROF_SAMPLE_RATE_ENV: &str = "PPROF_ALLOC_SAMPLE_RATE";
Expand description

Environment variable read by PprofAlloc::with_pprof_sample_rate_from_env.

The value must be an unsigned integer byte rate. Missing or invalid values use the default passed to with_pprof_sample_rate_from_env.