The times used by a process and its children.
struct Times {
/* private fields */
}| Receiver | Name | Description |
|---|---|---|
&self | children_kernel_time | Returns the kernel-space time used by the children of this process. |
&self | children_user_time | Returns the user-space time used by the children of this process. |
&self | kernel_time | Returns the kernel-space time used by this process. |
&self | user_time | Returns the user-space time used by this process. |