Memory Leak Profiler & Debugger

Instruments a target callable under tracemalloc and the cyclic garbage collector, takes paired allocation snapshots across repeated runs, flags allocations whose cumulative bytes keep growing across iterations with a repeating traceback as leak signatures, counts live objects per type, verifies weak-reference lifetimes, and reports circular-reference clusters via gc.get_referrers, emitting a structured JSON LeakReport of LeakCandidate entries and documented Node.js v8 heap-snapshot equivalents.

RMAzrim Updated

File contents

RMAzrim/opencode-artes/tree/main/docs/skills/memory-leak-profiler-debugger commit 70b4c5c9db

Frequently asked questions

npx skillmds@latest add rmazrim/memory-leak-profiler-debugger