Viewing profile — p403n1x87
p403n1x87
HN member- Joined
- Sat, Dec 21, 2019, 1:15 PM UTC
- HN karma
- 358
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About p403n1x87
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #45992680
I am delighted to announce the 4.0 release of Austin. If you haven't heard of Austin before, it is an open-source out-of-process frame stack sampler for CPython, distributed under …
- story
-
comment
Comment #41841767
This latest release comes with support for CPython 3.13
- story
-
comment
Comment #39452721
It is still in experimental stages, but would you be willing to test the memory mode of Echion? ( https://github.com/P403n1x87/echion ). It is essentially tracing of all memory all…
- story
- story
-
comment
Comment #37763186
https://www.dictionary.com/browse/spasm
- story
-
comment
Comment #37642268
There is a "live" flamegraph TUI that uses Austin for those interested in Python profiling https://github.com/P403n1x87/austin-tui . The data collected can be exported and then con…
-
comment
Comment #36238489
This seems to be heavily based on Austin https://github.com/P403n1x87/austin/blob/master/src/version.... https://github.com/bloomberg/pystack/blob/a971a4ced371a5859f...
-
comment
Comment #35222811
The Austin binary can now be installed from PyPI with pip/pipx on all supported platforms and architectures
- story
-
comment
Comment #34951150
The latest 3.5 release of Austin brings support for column-level location information exposed by CPython 3.11, which makes it the first statistical profiler for CPython to provide …
- story
- story
- story
- story
-
comment
Comment #31109285
This should work with anything https://github.com/P403n1x87/austin
-
comment
Comment #31109089
Hmm some elements of that TUI look vaguely familiar ... where have I seen them before?
- story
- story
-
comment
Comment #30315668
That's a good argument for keeping these kind of tests separate. Indeed Austin has dedicated Valgrind integration tests just for this reason.