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