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](https://github.com/pythonprofilers/memory_profiler) should be considered.