If it won't be simple, it simply won't be. [Hire me, source code] by Miki Tebeka, CEO, 353Solutions
Wednesday, December 19, 2012
Timing Your Code
It's a good idea to time portions of your code and have some metric you monitor. This way you can see trends and solve bottlenecks before someone notices (hopefully).
Timing functions is easy with decorators, but sometimes you want to time a portion of a function. For this you can use a context manager.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment