To reproduce:
conda install austin==3.1
austin -o outfile.txt python -c "import this"
- Upload outfile.txt to Speedscope: "Unrecognized format! See documentation about supported formats."
The issue can be "fixed" by using austin<3.0, or by using the austin>=3.0 combined with austin2speedscope conversion tool. According to @P403n1x87 since https://github.com/jlfwong/speedscope/pull/336/files was merged the new output format of austin>=3.0 should be supported. Is this a bug or expected behaviour? Using austin=2.1.1 with speedscope was always a very seamless experience.
Austin issue for reference: P403n1x87/austin#91
To reproduce:
conda install austin==3.1austin -o outfile.txt python -c "import this"The issue can be "fixed" by using
austin<3.0, or by using theaustin>=3.0combined withaustin2speedscopeconversion tool. According to @P403n1x87 since https://github.com/jlfwong/speedscope/pull/336/files was merged the new output format ofaustin>=3.0should be supported. Is this a bug or expected behaviour? Usingaustin=2.1.1with speedscope was always a very seamless experience.Austin issue for reference: P403n1x87/austin#91