CMD + K

py-spy

Community

Sampling profiler for Python programs

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::py-spy

Usage Tracking

0.4.1
0.3.14
0.3.11
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Sampling profiler for Python programs

Last Updated

Mar 4, 2026 at 10:11

License

MIT

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 0.3.14
macOS-64 Last supported version: 0.3.14