Annotation of researchv10dc/man/adm/man2/times.2, revision 1.1.1.1

1.1       root        1: .TH TIMES 2
                      2: .CT 2 time_man
                      3: .SH NAME
                      4: times \(mi get process times
                      5: .SH SYNOPSIS
                      6: .nf
                      7: .B "#include <sys/types.h>
                      8: .B "#include <sys/times.h>
                      9: .PP
                     10: .B int times(buffer)
                     11: .B struct tms *buffer;
                     12: .fi
                     13: .SH DESCRIPTION
                     14: .I Times
                     15: delivers time-accounting information
                     16: for the current process
                     17: and for the terminated child processes
                     18: of the current process.
                     19: All times are in
                     20: clock ticks.
                     21: .PP
                     22: .ta 8n +24n
                     23: .nf
                     24: \fLstruct tms
                     25: {\fP
                     26:        \fLtime_t tms_utime;\fP user time for this process
                     27:        \fLtime_t tms_stime;\fP system time for this process
                     28:        \fLtime_t tms_cutime;\fP        user time for all child processes
                     29:        \fLtime_t tms_cstime;\fP        system time for all child processes
                     30: \fL};\fP
                     31: .fi
                     32: .PP
                     33: The children times are the sum
                     34: of the children's process times and
                     35: their children's times.
                     36: .SH "SEE ALSO"
                     37: .IR time (1), 
                     38: .IR time (2)
                     39: .SH DIAGNOSTICS
                     40: .B EFAULT

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.