Measuring Time
Execution time is the amount of time it takes the program to execute in seconds.
Time (computers do several tasks!)
- elapsed time based on a normal clock;
- CPU time is time spent executing this program
- excluding waiting for I/O, or other programs