summaryrefslogtreecommitdiff
path: root/tools/allocation_tracking/README.md
blob: 6cc4c2a582f4530bf6a8bdbdd9e8e4397ab44cf1 (plain)
1
2
3
4
5
6
7
Note that since Python 3.6 the builtin tracemalloc module can be used to
track allocations inside numpy.
Numpy places its CPU memory allocations into the `np.lib.tracemalloc_domain`
domain.
See https://docs.python.org/3/library/tracemalloc.html.

The tool that used to be here has been deprecated.