|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 717 (0x2cd)
Types: TextFile
Notes: UNIX file
Names: »times.2«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man2/times.2«
.ig @(#)times.2 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH TIMES 2 .SH NAME times \- get process times .SH SYNOPSIS .nf .B "#include <sys/types.h> .B "#include <sys/times.h> .PP .B times(buffer) .B struct tms *buffer; .fi .SH DESCRIPTION .I Times returns time-accounting information for the current process and for the terminated child processes of the current process. All times are in 1/HZ seconds, where HZ is either 50 or 60 depending on your locality. .PP This is the structure returned by .IR times : .PP .nf .so ../include/sys/times.h .PP .fi The children times are the sum of the children's process times and their children's times. .SH "SEE ALSO" time(1), time(2), vtimes(2)