当前位置: 首页 > 工具软件 > GuppY > 使用案例 >

安装 Guppy

裴曜灿
2023-12-01

安装

pip install puppy

python3.0可能需要用

pip3 install puppy

或者

pip install guppy3

使用

from guppy import hpy

然后在需要的代码后面,调用 hpy().heap()就可以打印出内存使用的信息了,如果需要更多的信息,可以使用heap().more(), heap().more().more()等。

 类似资料: