PWB1/usr/man/man1/time.1

Compare this file to the similar file:
Show the results in this format:

.th TIME I 5/31/77
.sh NAME
time \*- time a command
.sh SYNOPSIS
.bd time
command
.sh DESCRIPTION
The
given command is executed; after it is complete,
.it time
prints the elapsed time during the command, the time
spent in the system, and the time spent in execution
of the command.
.s3
The times are printed on the diagnostic output stream.
.sh BUGS
Elapsed time is accurate to the second,
while the CPU times are measured
to the 60th second.
Thus the sum of the CPU times can be up to a second larger
than the elapsed time.