Time your codes
You can download this and place it in your site-package
, and:
- The basic usage:
import timing
- The advanced usage:
- To time: put
timing.go()
andtiming.end('something that you wanna say')
before and after the code block - To log: use
timming.log('something that you wanna say')
- To time: put
Most of the work is done by Paul McG, which you can find it at here