austin
austin copied to clipboard
Python frame stack sampler for CPython
### Requirements for Adding, Changing, Fixing or Removing a Feature Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely...
### Description of the Change Some strings my be shared across code objects and therefore it makes sense to store them in a cache for faster access. ### Alternate Designs...
### Description The default help message shows `(null)` instead of the name of the binary ### Steps to Reproduce ```console $ sudo apt-get install austin Reading package lists... Done Building...
### Requirements for Adding, Changing, Fixing or Removing a Feature This fixes #93 For recent versions of glic, the pthread struct is like, ``` struct pthread { ... pid_t tid,...
### Description I got this issue in one of my environment, which must be somewhat different from a normal one although I don't know what exactly could cause this. Under...
### Description Hi, before going further, allow me to clarify that maybe this issue seems to be somewhat similar to(***not very sure***) - **Tracing a program running inside docker container...
### Description This is a known issue, which is also been reported on the Chocolatey platform https://community.chocolatey.org/packages/austin#comment-6296250631. This issue will be used to track progress on this.
### Requirements for Adding, Changing, Fixing or Removing a Feature Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely...
We hash stacks so that we can cache them when emitting data in the binary format. ### Requirements for Adding, Changing, Fixing or Removing a Feature Fill out the template...