Package: wnpp Severity: wishlist * Package name : py-spy Version : 0.1.10 Upstream Author : Ben Frederickson <b...@benfrederickson.com> * URL : https://github.com/benfred/py-spy * License : GPLv3 Programming Lang: Rust Description : sampling profiler for Python programs
Py-Spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. Py-Spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means Py-Spy is safe to use against production Python code.