Skip to content

Commit a0934c9

Browse files
committed
also mention tracemalloc in the README
closes #1
1 parent 857f696 commit a0934c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
`memory_inventory` is a Python module that collects and outputs statistics on
22
global objects. It can help you determine why a Python program consumes an
33
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.
4+
profilers like [tracemalloc](https://docs.python.org/3/library/tracemalloc.html)
5+
and [memray](https://bloomberg.github.io/memray/) that track memory allocations
6+
as they happen.
67

78
`memory_inventory` is written entirely in typed Python and is compatible with
89
versions 3.12 and above of CPython.

0 commit comments

Comments
 (0)