CS 575 Supercomputing - Lecture Outline
Chapter 6: Timing (and Profiling)
September 8, 2003
This URL is http://www.stewart.cs.sdsu.edu/cs575/lecs/ch6.html
There are tools to allow the programmer to easily time
an entire program, or any UNIX command, when in the csh.
time diffusion
- User Time
- System Time
- Elapsed Time (wall clock)
Fig. 6-1 The built-in csh time function
© O'Reilly Publishers (Used with permission)