v7 man page for times

Query: times

OS: v7

Section: 2

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

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) - minix
times(2) - hpux
times(3) - osf1
times(3) - osx
Similar Topics in the Unix Linux Community
Grep content between timestamp
How to pick only the latest files based on the timestamp?
New Feature: Member and Reader's Time Zones and Times in Profiles
Grepping a timestamp range and assigning it to a constant
UNIX.com response times