plasma-umass/coz
Coz: Causal Profiling observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 91
- Release rhythm 71
- Longevity 100
Flags: no_license
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: 22.0
- age_days: 4667
- days_rel: 199
- days_push: 54
- n_releases_24m: 3
Adoption not part of the score
4532 stars · 171 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Coz is a causal profiler for native code written in C/C++ and Rust. It runs performance experiments to predict how optimizing specific lines of code would affect overall throughput or latency, revealing optimization opportunities that traditional profilers miss.
Use cases
- find which lines of code are worth optimizing in a C++ program
- profile a Rust application for performance bottlenecks
- measure the potential speedup from optimizing a function before investing effort
- identify optimization targets in parallel and asynchronous programs
- compare causal profiling results against traditional sampling profilers
When to choose
- you profile native C/C++/Rust code on Linux or macOS
- traditional profilers give misleading hotspots in concurrent or parallel code
- you want to know the expected throughput or latency impact of an optimization before doing it
When to avoid
- you need to profile managed languages like Java, Python, or JavaScript
- you are on Windows or another unsupported platform
- you need a low-overhead always-on production profiler rather than an experimental tool
Facets
cli-tool · maturity active
benchmarking monitoring developer-tools developer-tools performance cli causal-profiling profiler performance-analysis native-code c-cpp-rust command-line linux macos
1 source
- readme: https://github.com/plasma-umass/coz · fetched 2026-08-28 · e315db45c98f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| plasma-umass/coz | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="plasma-umass/coz")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem