|
|
1.1 ! root 1: .TH TIMES 3C "1 April 1983" ! 2: .UC 4 ! 3: .SH NAME ! 4: times \- get process times ! 5: .SH SYNOPSIS ! 6: .nf ! 7: .B "#include <sys/types.h> ! 8: .B "#include <sys/times.h> ! 9: .PP ! 10: .B times(buffer) ! 11: .B struct tms *buffer; ! 12: .fi ! 13: .SH DESCRIPTION ! 14: .ft B ! 15: This interface is obsoleted by getrusage(2). ! 16: .ft R ! 17: .PP ! 18: .I Times ! 19: returns time-accounting information ! 20: for the current process ! 21: and for the terminated child processes ! 22: of the current process. ! 23: All times are in 1/HZ seconds, where HZ is 60. ! 24: .PP ! 25: This is the structure returned by ! 26: .IR times : ! 27: .PP ! 28: .nf ! 29: .so /usr/include/sys/times.h ! 30: .PP ! 31: .fi ! 32: The children times are the sum ! 33: of the children's process times and ! 34: their children's times. ! 35: .SH "SEE ALSO" ! 36: time(1), getrusage(2), wait3(2), time(3)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.