Austin is a frame stack sampler for CPython, providing accurate CPU profiling with C-level stack traces. Current version 4.0.0. Released regularly.
pip install austin-distNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Profile a Python script with Austin, printing stack samples.
Use async with Austin() and async for sample in austin.collect(...).
Ensure Python 3.7+ is used.
Use 'import austin' after 'pip install austin-dist'.
No dependency data recorded yet.