pyflame icon indicating copy to clipboard operation
pyflame copied to clipboard

🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.

Results 35 pyflame issues
Sort by recently updated
recently updated
newest added

I am hitting trouble with miniconda on Python 3.6.7 and pyflame ``` python --version Python 3.6.7 :: Anaconda, Inc. ./pyflame -v pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26 34 36)...

This is useful for running PyFlame from Jupyter Notebook, where a cell could be isolated to a separate thread prior to profiling. See also #163.

Prior to this PR PyFlame did not implement a way for the running application to signal that profiling should be stopped. This is useful e.g. when profiling from a Jupyter...

When I used --thread option to profile the running process, a report of stack trace returned. How can I identify the owner of the stack

### Reproducible on: * Pyflame 1.6.3 (commit 4a9c3de) linux-gnu x86_64 (ABI list: 26) * Python 2.7.8 built with GCC 4.4.6 on Linux ### Details: glibc with pthreads uses RT signal...

## Preamble `pyflame -v`: `pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26 34)` `python --version`: `Python 2.7.12` No error messages. ## Issue I've noticed that the `--flamechart` option to generate profiles...

Hi, Thanks for developing pyflame, if it possible to add support on kernel version less than 3.4? > PTRACE_SEIZE/PTRACE_INTERRUPT (since Linux 3.4)

Build script: ``` cd ~/Downloads sudo apt-get install autoconf automake autotools-dev g++ pkg-config python-dev libtool make git clone https://github.com/uber/pyflame.git cd pyflame ./autogen.sh ./configure make make check make install ``` Result:...

Hi, Thanks for developing pyflame. I noticed there's a RPM spec file already in https://github.com/eklitzke/pyflame-rpm , though it's out of date. I wonder why it's not merged into uber/pyflame yet?...

The tests fail against these two releases.