Skip to content

v3.3.0

Compare
Choose a tag to compare
@P403n1x87 P403n1x87 released this 28 Jan 21:14
· 187 commits to master since this release
2c88688

What's New

  • Added the new -w\--where option to get the current frame stack from a running Python process

  • Substantial performance and accuracy improvements.

  • The heap allocation has been turned off by default.

  • Added support for profiling child processes that might have a different Python runtime version than the parent process.

  • General platform support improvements.

Bugfixes

  • Fixed heap size handling.

  • Fixed a potential segmentation fault issue in the austinp variant.

  • Fixed a potential deadlock scenario in austinp.

  • Fixed support for the py.exe launcher on Windows.