Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Releases: facebookarchive/memory-analyzer

Initial Release

30 Oct 17:41
Compare
Choose a tag to compare

Provides the initial release of memory-analyzer, which can find the following information about a running Python binary:

  1. How many of each object you have in memory
  2. The total size of all of these objects
  3. The forward references to the objects
  4. The backwards references to the objects
  5. The difference in size/number of objects over time (through snapshot comparisons)