Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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
19
.B /sys/src/cmd/time.c
20
.SH "SEE ALSO"
21
.IR prof (1)