Method lrs::process::Times::children_user_time

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

Syntax

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

Remarks

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