Lines Matching +full:real +full:- +full:time
1 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
32 .Dt TIME 1
35 .Nm time
36 .Nd time command execution
56 the total time elapsed,
57 the time used to execute the
59 process and the time consumed by system overhead.
62 .Bl -tag -width "-o file"
89 output POSIX.2 compliant (each time is printed on its own line).
105 signal, the current time the given command is running will be written to the
133 Time the execution of
136 .Bd -literal -offset indent
137 $ /usr/bin/time ls
138 0.00 real 0.00 user 0.00 sys
141 Time the execution of the
148 .Bd -literal -offset indent
149 $ /usr/bin/time -o times.txt cp source.iso copy1.iso
150 $ /usr/bin/time -a -o times.txt cp source.iso copy2.iso
156 .Bd -literal -offset indent
158 0.68 real 0.00 user 0.22 sys
159 0.67 real 0.00 user 0.21 sys
162 Time the
168 .Bd -literal -offset indent
169 $ /usr/bin/time -l -h -p sleep 5
170 real 5.01
197 .St -iso9945-2-93