For routine desktop database applications, adding a single second to a task's execution time rarely makes a difference to end users — but when you need to process millions of tree leaves or generate billions of unique random numbers, speed-of-execution becomes more important. Timing Out Your Code In some applications, very accurate, high-precision time measurement methods are important and luckily
