rustix::process

Function set_timing_method

source
pub fn set_timing_method(method: TimingMethod) -> Result<()>
Expand description

Set whether to use (normal, traditional) statistical process timing or accurate timestamp-based process timing.

§References