We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tracemalloc
1 parent 857f696 commit a0934c9Copy full SHA for a0934c9
README.md
@@ -1,8 +1,9 @@
1
`memory_inventory` is a Python module that collects and outputs statistics on
2
global objects. It can help you determine why a Python program consumes an
3
excessive amount of memory when it's idle. This is different than memory
4
-profilers like [memray](https://bloomberg.github.io/memray/) that track memory
5
-allocations as they happen.
+profilers like [tracemalloc](https://docs.python.org/3/library/tracemalloc.html)
+and [memray](https://bloomberg.github.io/memray/) that track memory allocations
6
+as they happen.
7
8
`memory_inventory` is written entirely in typed Python and is compatible with
9
versions 3.12 and above of CPython.
0 commit comments