plan9port/man/man1/time.1

22 lines
379 B
Groff
Raw Normal View History

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"
.IM prof (1)