google/perfetto
Production-grade client-side tracing, profiling, and analysis for complex software systems. 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
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
- readme: https://github.com/google/perfetto · fetched 2026-08-28 · dca1923ceb50
- homepage: https://www.perfetto.dev · fetched 2026-08-29 · 3d0afc20e196
- site_page: https://perfetto.dev/docs · fetched 2026-08-29 · e6be1c4931bb
- site_page: https://perfetto.dev/docs/contributing/getting-started · fetched 2026-08-29 · e234f92a97c0
- site_page: https://perfetto.dev/docs/quickstart/android-tracing · fetched 2026-08-29 · de933cc5ebff
- site_page: https://perfetto.dev/docs/instrumentation/tracing-sdk · fetched 2026-08-29 · 7316a2d01b33
- site_page: https://perfetto.dev/docs/analysis/trace-processor · fetched 2026-08-29 · 6c17652e9913
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/perfetto | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem