VM: simplify slab allocator
[minix.git] / man / man1 / time.1
blobeba218dd5cd6ec1b8e197c2d5aa303bcc2ce0bee
1 .TH TIME 1
2 .SH NAME
3 time \- report how long a command takes
4 .SH SYNOPSIS
5 \fBtime [-C] \fIcommand\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 The -C option tells time to report the cpu cycle counter
18 difference.
19 .SH EXAMPLES
20 .TP 20
21 .B time a.out
22 # Report how long \fIa.out\fR takes
23 .TP 20
24 .B time ls \-l *.c
25 # Report how long \fIls\fR takes
26 .SH DESCRIPTION
27 .PP
28 The command is executed and the real time, user time, and system time (in
29 hours, minutes, and seconds) are printed.
30 Shell scripts cannot be timed.
31 .SH "SEE ALSO"
32 .BR times (2).