Function lrs::syscall::times

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

Syntax

fn times(buf: *mut tms) -> i64

Arguments

NameDescription
buf

Place where the times will be stored.

See also