time 380 B

123456789101112131415161718192021
  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)