filmov
tv
Profiling Python Part 2

Показать описание
The second part of the screencast we focus more on the measurement and breakdown of time spent in various portions of code. We also cover a few visualization tools and how to read and sort the profiles outputted by cProfile. We run through a real life example of bulk loading users into SQLAlchemy, which goes to show the flow of real life profiling.