Get the latest tech news
Austin 3.7 – Python frame stack sampler for CPython
Python frame stack sampler for CPython. Contribute to P403n1x87/austin development by creating an account on GitHub.
When using the binary MOJO format, Austin can extract this extra location information when profiling code running with versions of the interpreter that expose this data. To improve sampling accuracy, Austin can allocate a heap that is used to get large snapshots of the private VM of the tracee that is likely to contain frame information in a single attempt. The austinp-resolve tool from the austin-python Python package can be used to resolve the VM addresses to source and line numbers, provided that the referenced binaries have DWARF debug symbols.
Or read this on Hacker News