aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

Wiki page on memory profiling restrictions/limitations #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Start a wiki/doc page which collects known issues with Python memory
profiling. This can include 
- how does the garbage collection work / what objects are known to the
garbage collector
- static/cached objects such as True, False, Integers

- address how Pympler works and what Pympler can and cannot do

Original issue reported on code.google.com by robert.s...@gmail.com on 9 Nov 2008 at 11:26