Austin D҉a҉n҉g҉e҉r҉ Sampler (@austinsampler) 's Twitter Profile
Austin D҉a҉n҉g҉e҉r҉ Sampler

@austinsampler

My job is to spy inside Python programs and report everything that I see to help developers profile their groovy applications.

ID: 1165970764044152833

linkhttps://github.com/P403n1x87/austin calendar_today26-08-2019 12:54:43

203 Tweet

108 Followers

103 Following

Austin D҉a҉n҉g҉e҉r҉ Sampler (@austinsampler) 's Twitter Profile Photo

📢 Austin TUI 1.2.0 is now available from PyPI, with the new live flame graph mode 🔥. This is what it looks like when run inside Visual Studio Code. Pause and open files directly in the editor for further inspection 🔍 github.com/P403n1x87/aust… #python

Eric Snow (@ericsnowcrntly) 's Twitter Profile Photo

Mark Shannon: "We need your help making CPython faster. Publish benchmarks for your app or library." pyperformance.readthedocs.io github.com/python/pyperfo… github.com/faster-cpython… #PyConUS2022

<a href="/hotpyguy/">Mark Shannon</a>: "We need your help making CPython faster.  Publish benchmarks for your app or library."  pyperformance.readthedocs.io
github.com/python/pyperfo…
github.com/faster-cpython…
#PyConUS2022
Gabriele Tornetta @P403n1x87@fosstodon.org (@p403n1x87) 's Twitter Profile Photo

⏱️ Making a benchmarking script for Austin D҉a҉n҉g҉e҉r҉ Sampler to quantify the recent performance improvements. The screenshot shows the dramatic 📈 increase in sampling rate (higher = better) and a 📉 decrease in sampling speed (lower = better) that shipped with the 3.3 release 🚀

⏱️ Making a benchmarking script for <a href="/AustinSampler/">Austin D҉a҉n҉g҉e҉r҉ Sampler</a>  to quantify the recent performance improvements. The screenshot shows the dramatic 📈 increase in sampling rate (higher = better) and a 📉 decrease in sampling speed (lower = better) that shipped with the 3.3 release 🚀
Austin D҉a҉n҉g҉e҉r҉ Sampler (@austinsampler) 's Twitter Profile Photo

📢 3.4 is out, with Python 3.11 support and the option to output in the MOJO binary format to reduce redundancy in the emitted output! github.com/P403n1x87/aust… #Python #performace

Eric Snow (@ericsnowcrntly) 's Twitter Profile Photo

PEP 684 has been accepted!!! Expect to see a per-interpreter GIL in Python 3.12. I'm so excited! This has been many years in the making. Thanks to the many people that have helped! Come to my PyCon US talk 2 weeks from today to learn more. discuss.python.org/t/pep-684-a-pe…

Gabriele Tornetta @P403n1x87@fosstodon.org (@p403n1x87) 's Twitter Profile Photo

Some serious progress with #Python asyncio #profiling. Not super-pretty but at least the coroutine/task stack is reconstructed as best as possible with the information currently exposed by CPython.

Some serious progress with #Python asyncio #profiling. Not super-pretty but at least the coroutine/task stack is reconstructed as best as possible with the information currently exposed by CPython.
Gabriele Tornetta @P403n1x87@fosstodon.org (@p403n1x87) 's Twitter Profile Photo

Crossing the "gather" boundary. This profile was generated by running this code with #Python 3.11 and a sprinkle of monkey-patching gist.github.com/mpage/ae3dfd09… (more context on the "gather" boundary problem here github.com/python/cpython…)

Crossing the "gather" boundary. This profile was generated by running this code with #Python 3.11 and a sprinkle of monkey-patching gist.github.com/mpage/ae3dfd09… (more context on the "gather" boundary problem here github.com/python/cpython…)
Austin D҉a҉n҉g҉e҉r҉ Sampler (@austinsampler) 's Twitter Profile Photo

📢 Memory mode support has landed on the VS Code extension to help you chase after memory leaks 🎉 marketplace.visualstudio.com/items?itemName… #python #performance #profiling

📢 Memory mode support has landed on the VS Code extension to help you chase after memory leaks 🎉 marketplace.visualstudio.com/items?itemName… #python #performance #profiling
Gabriele Tornetta @P403n1x87@fosstodon.org (@p403n1x87) 's Twitter Profile Photo

If you rely on pdb for debugging your Python code and find it slow, then consider giving Dragonfly a try github.com/P403n1x87/drag… #python #debugging