python-flamegraph
python-flamegraph copied to clipboard
Statistical profiler which outputs in format suitable for FlameGraph (http://www.brendangregg.com/flamegraphs.html)
I have a simple python web program which uses jinja2 and Quart, when I run python server_async.py, everything is fine. But when I run python -m flamegraph -o perf.log server_async.py,...
I have a simple python web program which uses jinja2 and Quart, when I run python server_async.py, everything is fine. But when I run python -m flamegraph -o perf.log server_async.py,...
The sdist package at PyPI is missing LICENSE file.
i cannot start it because No module named flamegraph. but i have installed: pip install git+https://github.com/evanhempel/python-flamegraph.git '''pip install git+https://github.com/evanhempel/python-flamegraph.git Collecting git+https://github.com/evanhempel/python-flamegraph.git Cloning https://github.com/evanhempel/python-flamegraph.git to /tmp/pip-req-build-0o57y8hm Running command git clone -q...
I'm getting an error running this. Seems to work fine on Python 3.7, but on 3.8, I get the following. ``` Traceback (most recent call last): File "/Users/user/.pyenv/versions/3.8.2/lib/python3.8/runpy.py", line 193,...
Instead of using argparse.FileType, this implements a subclass which ensures that newlines on Windows are '\n' instead of '\r\n'. flamegraph.pl cannot parse the logs generated with carriage returns, so this...
I would like to be able to pip install the latest version from PyPI with your awesome changes. :)
Hi there! Thanks for sharing this, I'm really looking forward to putting your tool to good work :-) I got here looking for a way to profile `pip install` because...
Now only the functions in the script that is profiled are added to the log. It would be really great to also know what takes time in functions from other...