Py Spy Versions Save

Sampling profiler for Python programs

v0.3.14

1 year ago

Changes

🐛 Bug Fixes

  • Fix shell completions @benfred (#522)

v0.3.13

1 year ago

Changes

🚀 Features

  • Python 3.11 support @benfred (#514)

🐛 Bug Fixes

  • Fix panic when virtual memory maps are empty @benfred (#509)

📄 Documentation

  • README: add pointer to CLICOLOR @Phlogistique (#518)

🧰 Maintenance

  • Use anyhow instead of failure for errors @benfred (#511)
  • Update dependencies @benfred (#510)
  • Fix github actions build with the latest maturin @benfred (#508)

v0.3.12

1 year ago

Changes

🚀 Features

  • Add a subprocesses option for the dump command @benfred (#492)

📄 Documentation

  • Add release-drafter workflow for generating release notes @benfred (#493)

🧰 Maintenance

  • Update clap dependency @benfred (#489)
  • Update remoteprocess to v0.4.9 @benfred (#487)
  • Update clap & remoteprocess dependencies @benfred (#471)
  • Re-enable freebsd CI @benfred (#465)

v0.3.11

2 years ago
  • Update dependencies #463, #457
  • Warn about SYS_PTRACE when running in docker #459
  • Fix spelling mistakes #453

v0.3.10

2 years ago
  • Add support for profiling Python v3.10 #425
  • Fix issue with native profiling on Linux with Anaconda #447

v0.3.9

2 years ago
  • Add a subcommand to generate shell completions #427
  • Allow attaching co_firstlineno to frame name #428
  • Fix speedscope time interval #434
  • Fix profiling on FreeBSD #431
  • Use GitHub actions for FreeBSD CI #433

v0.3.8

2 years ago
  • Add wheels for Apple Silicon #419
  • Add --gil and --idle options to top view #406
  • Fix errors parsing python binaries #407
  • Specify timeunit in speedscope profiles #294

v0.3.7

2 years ago
  • Fix error that sometimes left the profiled program suspended #390
  • Documentation fixes for README #391, #393

v0.3.6

3 years ago

v0.3.5

3 years ago