Blog Post
Frequently I work on projects where I need to optimize the performance of some python functions. While Pycharm has an excellent integration of cProfiler built into the application, I decided that I should write a simple decorator that I could place on various functions to quickly test their performance.
READ MORE