Discussion:
[Numpy-discussion] tracemalloc + numpy?
Neal Becker
2016-03-08 14:26:13 UTC
Permalink
I'm trying tracemalloc to find memory usage. Will numpy array memory usage
be counted by tracemalloc? (Doesn't seem to)
Antoine Pitrou
2016-03-08 14:31:17 UTC
Permalink
On Tue, 08 Mar 2016 09:26:13 -0500
Post by Neal Becker
I'm trying tracemalloc to find memory usage. Will numpy array memory usage
be counted by tracemalloc? (Doesn't seem to)
No, but together with something like
https://github.com/numpy/numpy/pull/5470 it could.

Regards

Antoine.

Loading...