We use tracemalloc to profile memory usage. However, it does not work with pypy because it’s closely tied to CPython internals.
So Currently the tool does not generate memory related metrics with pypy. An alternative memory_profiler should be considered.
We use
tracemallocto profile memory usage. However, it does not work with pypy because it’s closely tied to CPython internals.So Currently the tool does not generate memory related metrics with pypy. An alternative memory_profiler should be considered.