GitHub - joerick/pyinstrument: 🚴 Call stack profiler for Python. Shows you why your code is slow!
Pyinstrument is a Python profiler. A profiler is a tool to help you optimize your code - make it faster. To get the biggest speed increase you should focus on the slowest part of your program. Pyinstrument helps you find it!
(2022-09-30)