Timer
Context manager for timing code.
>>> with Timer(): ... your_code()
Methods
__init__([verbose])
__init__