pyflame
pyflame copied to clipboard
🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
I occasionally run Pyflame through valgrind, and it always gets a completely clean report. However, I'd like to test this more rigorously. Things I'd like to see: - [ ]...
There's a bunch of interesting content here for a blog post, and also writing about it would help other people understand the Pyflame code base. This is just a TODO...
I've hit a few use cases where it would be handy to profile a process and its children (multiprocessing, forking web servers, PySpark). Would there be interest in a patch...
At the minimum, we want to support setting a default sample rate (same as the `-r` option) and sample time (same as the `-s` option). Ideally this could be done...
For real BSDs (FreeBSD, OpenBSD, etc.) the following parts of the code have to be updated: * The `ptrace()` code in `ptrace.cc` needs to be updated to use the BSD...