home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / time.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  669 b   |  26 lines

  1. .th TIME I 8/16/73
  2. .sh NAME
  3. time \*- time a command
  4. .sh SYNOPSIS
  5. .bd time
  6. command
  7. .sh DESCRIPTION
  8. The
  9. given command is executed; after it is complete,
  10. .it time
  11. prints the elapsed time during the command, the time
  12. spent in the system, and the time spent in execution
  13. of the command.
  14. .s3
  15. The execution time can depend on what kind of memory
  16. the program happens to land in;
  17. the user time in MOS is often half what it is in core.
  18. .s3
  19. The times are printed on the diagnostic output stream.
  20. .sh BUGS
  21. Elapsed time is accurate to the second,
  22. while the CPU times are measured
  23. to the 60th second.
  24. Thus the sum of the CPU times can be up to a second larger
  25. than the elapsed time.
  26.