Skip to main content

PPROF_LOCATION_IS_FOLDED

Constant PPROF_LOCATION_IS_FOLDED 

Source
pub const PPROF_LOCATION_IS_FOLDED: &'static str;
Expand description

Provides an indication that multiple symbols map to this location’s address, for example due to identical code folding by the linker. In that case the line information represents one of the multiple symbols. This field must be recomputed when the symbolization state of the profile changes.

§Notes