[prev] [index] [next]

The time Command

The time command:
  • monitors the execution of a program on some data
  • gives an overview of resource usage for that execution

What resources it measures:

  • user cpu time
    time spent in executing code for your program and the libraries it uses
  • system cpu time
    time spent in executing system calls (e.g. open) on behalf of the program