jonasmr/microprofile
microprofile is an embeddable profiler observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 3683
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1590 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Microprofile is an embeddable CPU and GPU profiler written in a few C++ files that you drop into your project. It provides scoped timers, counters, timeline markers, and a live web-based capture view for inspecting frame performance.
Use cases
- profile frame times in a game engine
- instrument cpu code with scoped timers
- measure gpu timings with vulkan or d3d12
- capture and share performance traces as html
- track custom counters like memory usage
- profile multithreaded renderers
When to choose
- you need a lightweight, embeddable profiler with minimal integration effort
- you are developing a game or real-time graphics application and need frame-level profiling
- you want gpu timing support across OpenGL, D3D11, D3D12, and Vulkan
- you need a live web view to inspect running performance
When to avoid
- you need a sampling profiler for whole-process analysis without code instrumentation
- you want a managed-language profiler for Python, Java, or JavaScript
- you need long-term production monitoring rather than development-time profiling
Facets
library · maturity active
monitoring tracing benchmarking developer-tools developer-tools performance graphics cpp c cross-platform windows profiler instrumentation gpu-timing embeddable game-engine-tools cpu-profiling game-development linux macos
1 source
- readme: https://github.com/jonasmr/microprofile · fetched 2026-08-28 · 4670e916a10a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jonasmr/microprofile | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="jonasmr/microprofile")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem