Austin 4 Released
github.com
Austin 4 Released
1–2 of 2 posts
Re: Austin 4 Released
#2https://github.com/P403n1x87/austin
The main highlights of the new release are the support for Python 3.14, as well as many substantial performance improvements that make Austin one of the most accurate sampling profilers for CPython. More details about what's new and bug-fixes can be found in the changelog at
https://github.com/P403n1x87/austin/blob/master/ChangeLog
Installing Austin is as easy as running
pip install austin-dist
on any supported combination of architecture and platform. More installation options are available in the README file from the GitHub repository, along with usage details, as well as some examples of Austin in action. Details on how to contribute to Austin's development can be found at the bottom of the page.
As for ways of using Austin, the Austin VS Code extension provides a smooth interactive profiling experience, with interactive flame graphs straight into the text editor to allow you to quickly jump to the source code with a simple click. You can find the extension on the Visual Studio Marketplace and install it directly from VS Code:
https://marketplace.visualstudio.com/items?itemName=p403n1x8...
An Austin docker image, based on the latest Ubuntu image, is also available from Docker Hub:
https://hub.docker.com/r/p403n1x87/austin
Austin is a free and open-source project. A lot of effort goes into its development to ensure the best performance and that it stays up-to-date with the latest Python releases. If you find it useful, consider sponsoring this project on GitHub at https://github.com/sponsors/P403n1x87.