bsd man page for times

Query: times

OS: bsd

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TIMES(3C)																 TIMES(3C)

NAME
times - get process times
SYNOPSIS
#include <sys/types.h> #include <sys/times.h> times(buffer) struct tms *buffer;
DESCRIPTION
This interface is obsoleted by getrusage(2). 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 60. This is the structure returned by times: The children times are the sum of the children's process times and their children's times.
SEE ALSO
time(1), getrusage(2), wait3(2), time(3) 4th Berkeley Distribution May 9, 1985 TIMES(3C)
Related Man Pages
times(2) - linux
times(2) - centos
times(2) - minix
times(2) - suse
times(3) - osx
Similar Topics in the Unix Linux Community
Get timestamp by 'YYYYMMDD'
Grep content between timestamp
Newbie looking for how to Grep times more than 10 seconds apart
Sed: -e expression #1, char 16: unterminated address regex
Grepping a timestamp range and assigning it to a constant