times(2) v7 man page | unix.com

Man Page: times

Operating Environment: v7

Section: 2

TIMES(2)							System Calls Manual							  TIMES(2)

NAME
times - get process times
SYNOPSIS
times(buffer) struct tbuffer *buffer;
DESCRIPTION
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=60 in North America. After the call, the buffer will appear as follows: struct tbuffer { long proc_user_time; long proc_system_time; long child_user_time; long child_system_time; }; The children times are the sum of the children's process times and their children's times.
SEE ALSO
time(1), time(2)
ASSEMBLER
(times = 43.) sys times; buffer TIMES(2)
Related Man Pages
times(3) - mojave
times(2) - centos
times(3) - netbsd
times(3ucb) - sunos
times(3ucb) - opensolaris
Similar Topics in the Unix Linux Community
Copying from one folder to another similar folder 1000x times
How to pick only the latest files based on the timestamp?
Script to match strings that sometimes are splitted in 2 lines
Newbie looking for how to Grep times more than 10 seconds apart
Sed: -e expression #1, char 16: unterminated address regex