About Anaconda Help Download Anaconda

Sampling profiler for Python programs

Installers

  • linux-64 v0.3.14
  • linux-aarch64 v0.3.14
  • osx-64 v0.3.14
  • osx-arm64 v0.3.14
  • win-64 v0.3.14
  • linux-ppc64le v0.3.14

conda install

To install this package run one of the following:
conda install main::py-spy

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy