list
634
12 |
method_descriptor 507 |
13 |
getset_descriptor 451 |
14 |
type 439 |
我们也可以查看两个时间点之间那些对象已经被添加或删除:
01 |
(pdb) import objgraph |
02 |
(pdb) objgraph.show_growth() |
03 |
. |
04 |
. |
05 |
. |
06 |
(pdb) objgraph.show_growth() # this only shows objects that has been added or deleted since last show_growth() call |