austin-python icon indicating copy to clipboard operation
austin-python copied to clipboard

Python wrapper for Austin, the CPython frame stack sampler.

Results 4 austin-python issues
Sort by recently updated
recently updated
newest added

### Description upon running either `austin2speedcope.exe input.austin output.speedscope` or `austin2pprof.exe input.austin output.pprof` I run into the following error: ``` File "\LocalCache\local-packages\Python310\site-packages\austin\format\speedscope.py", line 212, in main mode = fin.metadata["mode"] KeyError: 'mode'...

### Description Running mojo2austin on a file I just generated gives an error: ``` Traceback (most recent call last): File "/home/dooferlad/.venv/bin/mojo2austin", line 8, in sys.exit(main()) ^^^^^^ File "/home/dooferlad/.venv/lib/python3.11/site-packages/austin/format/mojo.py", line 541,...

### Description of the Change Show progress (rather than nothing) during `austin2speedscope` as it can take a long time. As discussed here https://github.com/P403n1x87/austin-python/issues/31 ### Alternate Designs Possible alternative [here](https://github.com/P403n1x87/austin-python/issues/31#issuecomment-2585197804) which...

### Description It would be lovely to have some CLI progress output during format conversion, otherwise it's hard to know if something is hung / how long you're going to...