This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Provides the initial release of memory-analyzer, which can find the following information about a running Python binary:
- How many of each object you have in memory
- The total size of all of these objects
- The forward references to the objects
- The backwards references to the objects
- The difference in size/number of objects over time (through snapshot comparisons)