RudjiGames/MTuner
MTuner is a C/C++ memory profiler and memory leak finder for Windows and other platforms observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 87
- Release rhythm 54
- Longevity 100
Flags: archived
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: n/a
- age_days: 3297
- days_rel: 94
- days_push: 82
- n_releases_24m: 1
Adoption not part of the score
2789 stars · 162 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MTuner is a C/C++ memory profiler and memory leak finder that records the complete time-based history of every allocation, reallocation, and free, including call stacks, threads, heaps, and timestamps. It provides a GUI for scrubbing through the timeline, running queries over the full capture, and viewing automatic ranked insights about leaks, churn, and peak spikes.
Use cases
- find memory leaks in a C++ application
- profile memory allocations over time
- track down allocation churn and repeated reallocations
- inspect heap usage at any point in a program's run
- analyze memory hotspots by call stack
- detect cross-thread free operations
- find short-lived large allocations causing peak spikes
When to choose
- you need a full timeline of memory operations rather than just a live heap snapshot
- you are developing C/C++ applications on Windows or console/Android targets
- you want deterministic, rule-based analysis of allocation behavior with call stacks
- you need to diagnose leaks, fragmentation, or allocation churn after the fact
When to avoid
- you need memory profiling for managed languages like Java, C#, or Python
- you only need a quick live heap snapshot without historical analysis
- you require a command-line-only or CI-automated memory checking workflow
- your target platform is not among the supported capture targets
Facets
application · maturity active
monitoring developer-tools gui developer-tools performance windows cross-platform cpp memory-profiler memory-leak-finder profiling c-cpp heap-analysis
1 source
- readme: https://github.com/RudjiGames/MTuner · fetched 2026-08-28 · bf03d4f6782e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RudjiGames/MTuner | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="RudjiGames/MTuner")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem