2004-04-10 18:53:55 +00:00
|
|
|
.TH TIME 1
|
|
|
|
|
.SH NAME
|
|
|
|
|
time \- time a command
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
|
.B time
|
|
|
|
|
.I command
|
|
|
|
|
[
|
|
|
|
|
.I arg ...
|
|
|
|
|
]
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
The
|
|
|
|
|
.I command
|
|
|
|
|
is executed with the given arguments; after it is complete,
|
|
|
|
|
.I time
|
|
|
|
|
reports on standard error the program's elapsed user time,
|
|
|
|
|
system time, and real time, in seconds,
|
|
|
|
|
followed by the command line.
|
|
|
|
|
.SH SOURCE
|
2005-01-11 17:37:33 +00:00
|
|
|
.B \*9/src/cmd/time.c
|
2004-04-10 18:53:55 +00:00
|
|
|
.SH "SEE ALSO"
|
2020-08-15 20:07:38 -04:00
|
|
|
.MR prof (1)
|