Y
Hacker News
new
|
ask
|
show
|
jobs
by
stabbles
159 days ago
Python 3.15 features a very good sampling profiler with excellent reporting:
https://docs.python.org/3.15/library/profiling.sampling.html
.
2 comments
benrutter
158 days ago
This looks great! If I didn't hace dependencies blocking it, I'd genuinely try out the alpha build just for this profiler alone!
link
jesse__
158 days ago
Took a look at it. I generally don't like sampling profilers, but the live mode is a neat idea.
link