pyflame
pyflame copied to clipboard
🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
Make sure that these boxes are checked before submitting your issue: - [x] Include the output of `pyflame -v` - pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26 34 36) -...
Hello, I am trying to build pyflame on aarch64 and I am running into the following errors - indraneil@thunderx2-isc:~/pyflame$ make Making all in src make[1]: Entering directory '/home/indraneil/pyflame/src' make all-am...
I followed the official docs for the installation on ubuntu. First i installed all dependencies: ````bash sudo apt-get install autoconf automake autotools-dev g++ pkg-config python-dev python3-dev libtool make ```` then...
1.pyflame -v pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26) 2.python2.7 3.when execute pyflame -p PID, prompt "Failed to locate libpython within timeout period."
It would be very nice, if you could provide pyflame via pypi. Installing via `pip` is easy. Are there reasons why there is no wheel up to now?
The last commit is already ~1 year old. I wrote a mail to [email protected] and asked if somebody from uber still maintains pyflame. Let's see if there is an answer...
Fixes #151
fix detection for python27 in configure.ac
Document two things that were not obvious (to me): - the short option for `--threads` is `-L` - `--dump` performs a single dump of call stacks and **exits**.
This generates VAS layouts like this: 555555554000-5555555a8000 r--p 00000000 08:02 919707 /opt/python-3.6.8/bin/python3.6 5555555a8000-55555573d000 r-xp 00054000 08:02 919707 /opt/python-3.6.8/bin/python3.6 55555573d000-5555557ce000 r--p 001e9000 08:02 919707 /opt/python-3.6.8/bin/python3.6 5555557cf000-555555835000 rw-p 0027a000 08:02 919707 /opt/python-3.6.8/bin/python3.6...