[][src]Function linux::syscall::getrusage

pub fn getrusage(who: c_int, usage: &mut rusage) -> c_int

Returns the resource usage of this thread, this process, or its children.

[argument, who] Whose resource usage to get.

[argument, usage] Place where the usage will be stored.

= See also

  • link:man:getrusage(2)