pub fn clock_getcpuclockid(pid: Pid) -> Result<ClockId>
Available on crate features
time
and process
only.Expand description
Get the clock id of the specified process id, (see clock_getcpuclockid(3)).
pub fn clock_getcpuclockid(pid: Pid) -> Result<ClockId>
time
and process
only.Get the clock id of the specified process id, (see clock_getcpuclockid(3)).