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

google/perfetto

Production-grade client-side tracing, profiling, and analysis for complex software systems. observed · 2026-08-28

github.com/google/perfetto · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
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: 35.0
  • age_days: 2458
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 17

Full methodology

Adoption not part of the score

6393 stars · 862 forks observed · 2026-08-28

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

Perfetto is an open-source suite of SDKs, daemons, and tools for production-grade system profiling, app tracing, and trace analysis on client and embedded systems. It is the default tracing system for Android and Chromium, offering a low-overhead C++ tracing SDK, OS-level probes, a browser-based trace viewer, and a SQL-based trace analysis engine.

Use cases

  • debug android app jank and slow startups
  • profile cpu and memory usage on linux
  • instrument c++ application with trace points
  • visualize large multi-gb traces on a timeline
  • query traces with sql to extract metrics
  • trace linux kernel scheduling and syscalls
  • analyze chrome json traces and perf data
  • root-cause anrs and low memory kills on android

When to choose

  • you need low-overhead tracing on android or linux
  • you want to correlate app-level events with system-wide profiling data
  • you need to analyze very large traces with sql
  • you want a browser-based offline trace viewer
  • you are developing for android or chromium

When to avoid

  • you need distributed tracing across many machines like jaeger or zipkin
  • you only need simple application logging rather than timeline tracing
  • you need a managed cloud profiling service
  • your target platform is not android, linux, or a browser

Facets

framework · maturity stable

tracing monitoring benchmarking data-visualization analytics developer-tools performance operating-systems mobile-development web-development windows browser cpp python trace-viewer ftrace system-profiling sql-trace-analysis android-tracing chromium-tracing heap-profiling callstack-sampling linux macos android

7 sources

Member repositories

RepositoryRoleHealth v2
google/perfettomain95

For agents

markdown · JSON · MCP: product_card(name="google/perfetto")

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