blob: 03f24371e35e64514ca2dc4c456b1e2bbdb58cb3 [file] [log] [blame]
rsccfa37a72004-04-10 18:53:55 +00001.TH TIME 1
2.SH NAME
3time \- time a command
4.SH SYNOPSIS
5.B time
6.I command
7[
8.I arg ...
9]
10.SH DESCRIPTION
11The
12.I command
13is executed with the given arguments; after it is complete,
14.I time
15reports on standard error the program's elapsed user time,
16system time, and real time, in seconds,
17followed by the command line.
18.SH SOURCE
rscb5fdffe2004-04-19 19:22:56 +000019.B /usr/local/plan9/src/cmd/time.c
rsccfa37a72004-04-10 18:53:55 +000020.SH "SEE ALSO"
21.IR prof (1)