Beyond cProfile: performance optimization with sampling profilers and logging

3:15pm - 3:40pm on Saturday, October 5 in Madison

Itamar Turner-Trauring

Watch:
https://youtu.be/fOzVTPOWfQs

Description

Your software is too slow, and you need to figure out why. It’s natural to reach for the cProfile profiler that’s built-in to Python, but as a deterministic profiler it suffers from a number of limitations.

In this talk you’ll learn about better tools for performance optimization:

Want to edit this page?