Struct lrs::process::Times

The times used by a process and its children.

Syntax

struct Times {
    /* private fields */
}

Methods

ReceiverNameDescription
&selfchildren_kernel_time

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

&selfchildren_user_time

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

&selfkernel_time

Returns the kernel-space time used by this process.

&selfuser_time

Returns the user-space time used by this process.