Function rustix::process::prctl::configure_performance_counters

source ·
pub fn configure_performance_counters(enable: bool) -> Result<()>
Expand description

Enable or disable all performance counters attached to the calling process.

§References