py-spy
Sampling profiler for Python programs
Sampling profiler for Python programs
To install this package, run one of the following:
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.
Summary
Sampling profiler for Python programs
Last Updated
Mar 31, 2025 at 23:19
License
MIT
Total Downloads
3
Version Downloads
2
Supported Platforms
GitHub Repository
https://github.com/benfred/py-spyDocumentation
https://github.com/benfred/py-spy