标签: python profiling pypy
我尝试了以下分析器,所有这些分析器都与pypy(5.8.0)不兼容:
__itemsize__
most_common_types()
有没有办法在pypy中获取类型列表和实例的内存使用情况(相当于objgraph.most_common_types())?
objgraph.most_common_types()