[][src]Function linux::syscall::times

pub fn times(buf: *mut tms) -> clock_t

Retrieves the CPU times used by this process and its children.

[argument, buf] Place where the times will be stored.

= See also

  • link:man:times(2)