Execution Time
Ambiguous, what is measured ? CPU time? Wallclock time?
Wallclock time is preferred
- With serial programs there will be some system overhead that will effect the time-to-completion.
- In a parallel program the CPU time is totally inadequate because of sync and scheduling overhead on shared-memory systems and because of sync and communication overhead on distributed memory systems.