I love the new timeline mode in pyinstrument 5!
Pyinstrument is a call stack profiler for a python application for figuring out why your code is slow.
Video taken from the PyInstrument 5 release announcement:
https://joerick.me/posts/2024/10/3/pyinstrument-5/
#python #pythondevs #pyinstrument #profiling #pythonprofiling
#pyinstrument is a #Python profiler.
pyinstrument runs a script or portion of code and performs periodic measurements, compiling a report once finished on where the most execution time is spent in a traceback display. Since pyinstrument takes periodic measurements it gives a near-true report on the actual time spent, rather than calls made or instructions performed. pyinstrument can profile async code.
Website 🔗️: https://github.com/joerick/pyinstrument