EmbarkStudios/puffin
🐦 Friendly little instrumentation profiler for Rust 🦀 observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2214
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
1732 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Puffin is a lightweight instrumentation profiler for Rust, primarily aimed at game development, using scope macros that cost ~1ns when disabled. It supports in-game visualization via egui and remote profiling over TCP with puffin_http and puffin_viewer.
Use cases
- profile frame times in a Rust game
- find slow functions with flamegraphs
- profile a running application remotely over TCP
- add low-overhead profiling scopes to hot code paths
- visualize profiler data in-game with egui
When to choose
- you're building a game or real-time Rust application and need per-frame profiling
- you want near-zero overhead when profiling is disabled
- you want flamegraph visualization in-game or via a standalone viewer
When to avoid
- you need sampling-based profiling without code instrumentation
- you're profiling non-Rust code or need system-wide profiling
- you need production monitoring/telemetry rather than development profiling
Facets
library · maturity active
monitoring tracing developer-tools gaming-tools performance developer-tools rust cross-platform profiler instrumentation flamegraph game-development egui
2 sources
- readme: https://github.com/EmbarkStudios/puffin · fetched 2026-08-28 · 1bcfd77a2554
- registry_crates: https://crates.io/api/v1/crates/puffin · fetched 2026-08-29 · 0557b5cd7254
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| EmbarkStudios/puffin | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="EmbarkStudios/puffin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem