mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-17 20:51:05 -05:00
[PR #1030] [MERGED] Add Pyflame #930
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1030
Author: @tomviner
Created: 3/2/2018
Status: ✅ Merged
Merged: 3/2/2018
Merged by: @vinta
Base:
master← Head:patch-1📝 Commits (1)
7a45582Add Pyflame📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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 👍 to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.