austin
A Frame Stack Sampler for CPython
A Frame Stack Sampler for CPython
To install this package, run one of the following:
Austin is a Python frame stack sampler for CPython written in pure C. Samples are collected by reading the CPython interpreter virtual memory space in order to retrieve information about the currently running threads along with the stack of the frames that are being executed. Hence, one can use Austin to easily make powerful statistical profilers that have minimal impact on the target application and that don't require any instrumentation.
Summary
A Frame Stack Sampler for CPython
Last Updated
Oct 15, 2024 at 12:17
License
GPL-3.0-or-later
Total Downloads
274.6K
Supported Platforms
GitHub Repository
https://github.com/P403n1x87/austin