Function enable_perf_events

Source
pub fn enable_perf_events() -> Result<()>
Expand description

Enable all performance counters attached to the current process.

This is the opposite of `disable_perf_events().