Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension modules, and in the Python interpreter itself. Traces every function call so it can accurately represent the call stack, unlike sampling profilers. Can generate various reports about the collected memory usage data.
Sort: