vmprof-python icon indicating copy to clipboard operation
vmprof-python copied to clipboard

vmprof - a statistical program profiler

Results 77 vmprof-python issues
Sort by recently updated
recently updated
newest added

Our python setup requires cross compiling, which isn't working because of `./configure` running within `setup.py`. I have locally patched out the embedded `libbacktrace` and replaced it with link opts to...

Any plans to support FreeBSD 11 or FreeBSD in general? Is there something about FreeBSD that makes `vmprof` not work? ``` $ sudo -H pip install --upgrade vmprof Collecting vmprof...

The currently released version cannot be install from pypi when using python 3.10. However installation from master branch is possible. Please upload a new release. Below is the log I...

Hi there, I've got a situation where my asyncio event loop slows down due to a number of blocking calls being made by tasks within that loop. Once the task...

Related to #223, #240. We have not released in quite a while. Since then travis-ci.org has become travis-ci.com and makes it expensive (in terms of credits) to build on macOS....

``` $ pip3 install vmprof Collecting vmprof Using cached vmprof-0.4.15.tar.gz (289 kB) Requirement already satisfied: requests in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from vmprof) (2.22.0) Requirement already satisfied: six in ./Library/Python/3.7/lib/python/site-packages (from vmprof) (1.14.0)...

I am not able to install vmprof on Ubuntu 20, with python3.8. I've tried a number of solutions including installing python3-dev, creating a virtual environment, using sudo pip and regular...

This PR isn't quite ready yet, but I thought I'd start early, then we can talk about the preferred approach as I'm hacking away. Related to #127. Two improvements are...