Created by: tomviner
What is this Python project?
Pyflame allows you to profile an existing Python process. The output is an interactive "flame graph":
What's the difference between this Python project and similar ones?
You don't need to make any changes to your code. And you don't need to run the command under investigation yourself. So services which are managed by init.d or systemd are able to be profiled. This includes processes with embedded Python interpreters, like your uWSGI and mod_wsgi. And because the overhead is low enough that you can use it to profile live processes in production
--
Anyone who agrees with this pull request could vote for it by adding a