yse/easy_profiler
Lightweight profiler library for c++ observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 96
- 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: 3850
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
2371 stars · 202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight cross-platform profiler library for C++ that instruments arbitrary code blocks with extremely low overhead (~15ns per block). It streams profiling data over the network or dumps it to file, and includes a GUI viewer with timeline rendering, statistics, and thread context-switch capture.
Use cases
- profile function execution times in a C++ application
- find performance bottlenecks in game engine code
- measure how long specific blocks of code take
- capture thread context-switch events to analyze scheduling
- leave a profiler in release builds and enable it at runtime
- visualize profiling data on a timeline with a GUI
When to choose
- you need a C/C++ profiler with minimal runtime overhead
- you want to instrument arbitrary code blocks with simple macros
- you need cross-platform profiling including Windows, Linux, macOS, and Android
- you want runtime-enabled profiling in production builds
When to avoid
- you need GPU or hardware-level profiling
- you want a sampling profiler without code instrumentation
- your project is not in C/C++
- you need heap/memory profiling rather than time profiling
Facets
library · maturity stable
monitoring benchmarking developer-tools performance developer-tools cross-platform windows cpp cross-platform profiler instrumentation low-overhead timeline-gui context-switch-capture linux macos android
1 source
- readme: https://github.com/yse/easy_profiler · fetched 2026-08-28 · 9a07adbdf508
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yse/easy_profiler | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="yse/easy_profiler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem