Execution Time (continued)
On UNIX use gettimeofday()
Other timers measure CPU time which ignore I/O.
Always use the most accurate available.
Timers have varying resolution, usually 10-15 microseconds.
Measure the resolution and use in error/certainty calculation.