Ross ROSS = Recommend OSS · open-source software intelligence for agents

uber-archive/pyflame

🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained. observed · 2026-08-28

github.com/uber-archive/pyflame · C++ · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3676
  • days_rel: n/a
  • days_push: 2465
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2982 stars · 240 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Pyflame is a high-performance sampling profiler for Python implemented in C++ that uses Linux ptrace to capture call stacks without instrumentation, producing flame graph data. It can attach to running processes (including embedded interpreters like uWSGI) with low overhead, but the project is deprecated and unmaintained.

Use cases

  • profile a running python process in production
  • generate flame graphs for python code
  • profile python program without modifying source code
  • profile uwsgi embedded python interpreter
  • profile multithreaded python application
  • find cpu hotspots in python service

When to choose

  • you need to attach to an already-running Python process on Linux without instrumentation
  • you need low-overhead production profiling with flame graph output
  • you're profiling embedded interpreters like uWSGI on an older Python stack

When to avoid

  • you're on macOS or Windows - it relies on Linux ptrace
  • you want a maintained tool with support for modern Python versions
  • you need memory profiling rather than CPU/call-stack sampling

Facets

cli-tool · maturity abandoned

benchmarking monitoring developer-tools developer-tools performance cpp python cli profiler flame-graphs ptrace sampling-profiler python-profiling deprecated command-line linux docker

1 source

Member repositories

RepositoryRoleHealth v2
uber-archive/pyflamemain10

For agents

markdown · JSON · MCP: product_card(name="uber-archive/pyflame")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem