cdoky/fbmemoryprofiler — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2016-04-15
Enable an in-app button to inspect all objects currently held in memory while testing a feature.
Track memory usage across app 'generations' to see what changed between two points in time.
Detect retain cycles that are silently wasting memory or causing slowdowns.
Write a custom plugin to log memory data to a server or auto-clean specific caches.
| cdoky/fbmemoryprofiler | adispring/mapios8 | cdoky/yytext | |
|---|---|---|---|
| Language | Objective-C | Objective-C | Objective-C |
| Last pushed | 2016-04-15 | 2014-12-11 | 2021-11-30 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Designed for Debug builds only, README doesn't fully document the visual interface.
An in-app iOS debugging tool from Facebook that shows a live view of memory usage, tracks object creation over time, and flags retain cycles wasting memory.
Mainly Objective-C. The stack also includes Objective-C, iOS.
Dormant — no commits in 2+ years (last push 2016-04-15).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.