Timer
Handy timer functions.
timer_start
Time your code easily.... starts the timer. Uses the time.time value, a technique known to not be terribly accurage, but tis' gclose enough for our purposes
timer_stop
Time your code easily.... stop the timer and print the number of milliseconds since the timer start