[PR #1030] [MERGED] Add Pyflame #930

Closed
opened 2025-11-06 13:05:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: patch-1


📝 Commits (1)

📊 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":

image

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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1030 **Author:** [@tomviner](https://github.com/tomviner) **Created:** 3/2/2018 **Status:** ✅ Merged **Merged:** 3/2/2018 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7a45582`](https://github.com/vinta/awesome-python/commit/7a45582c12a1e07c2829b0a5d39d6e90a0f587d7) Add Pyflame ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Pyflame allows you to profile an existing Python process. The output is an interactive "flame graph": ![image](https://user-images.githubusercontent.com/167319/36851828-241b7884-1d62-11e8-990a-7e85e304ce4d.png) ## 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 :+1: to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:05:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#930