Method lrs::process::Times::children_kernel_time

Returns the kernel-space time used by the children of this process.

Syntax

impl Times {
    fn children_kernel_time(&self) -> Time
}

Remarks

Only the time used by children that have been reaped is counted.