Tuesday 2 p.m.–2:30 p.m. in Main Hall
Let's build a Python profiler from scratch
Noam Elfanbaum
- Audience level:
- Intermediate
Abstract
In this talk we'll build a Python profiler from scratch and so learn about the dynamic nature of Python and how do well know profilers such as cProfile work. Also, we'll learn the difference between a tracing and a sampling profiler and which one to use in what circumstance.