# RudjiGames/MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows and other platforms

Repository: https://github.com/RudjiGames/MTuner
Canonical: https://ross.abutalabs.com/products/mtuner
Language: C++
License: BSD-2-Clause
License Family: permissive
Topics: profiling, memory-profiler, memory-leak-finder, memory, optimization, tool, performance-analysis
Archived: true
Last push: 2026-06-12T13:31:42+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 87, release rhythm 54, longevity 100
- inputs: {"age_days": 3297, "days_push": 82, "days_rel": 94, "gap_med": null, "n_releases_24m": 1}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2789, forks 162 (observed 2026-08-28T04:07:22.035766+00:00)

## What it is
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
- artifact type: application
- maturity: active
- function: monitoring, developer-tools, gui
- domain: developer-tools, performance
- platform: windows, cross-platform, cpp
- tags: memory-profiler, memory-leak-finder, profiling, c-cpp, heap-analysis

## Member repositories
- RudjiGames/MTuner (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:22.035766+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:49:17.846918+00:00, confidence not recorded.
  - readme: https://github.com/RudjiGames/MTuner (fetched 2026-08-28T04:07:22.035766+00:00, sha bf03d4f6782e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
