Description
A memory profiler for Python, used to trace allocations, inspect memory usage, and understand where Python programs consume memory.
It is developer performance tooling. Use it when diagnosing memory growth, leaks, or high memory use in Python applications and services.