Lines Matching refs:usage
161 /// The maximum size (in bytes) of socket buffer usage for this user.
269 /// Whose resource usage should be returned by [`getrusage`].
273 /// Resource usage for the current process.
276 /// Resource usage for all the children that have terminated and been waited for.
281 /// Resource usage for the calling thread.
286 /// Output of `getrusage` with information about resource usage. Some of the fields
392 /// Get usage information for a process, its children or the current thread
434 let usage = getrusage(UsageWho::RUSAGE_SELF)
436 let rusage = usage.as_ref();
438 let user = usage.user_time();