01 |
(pdb) import objgraph |
02 |
(pdb) objgraph.show_most_common_types() |
03 |
|
04 |
MyBigFatObject 20000 |
05 |
tuple 16938 |
06 |
function 4310 |
07 |
dict 2790 |
08 |
wrapper_descriptor 1181 |
09 |
builtin_function_or_method 934 |
10 |
weakref 764 |