Enable the option --trace-python-allocators when running the pytest memray plugin? #76
Closed
godiedelrio
started this conversation in
General
Replies: 1 comment
-
Let's focus this discussion in the issue you opened: #78 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've read through the doc about how
pymalloc
affects profiling results.It seems that when running a test suite using the memray pytest plugin, not all the memory allocations from a test would be reported if the pymalloc allocator finds memory available in the arenas and memory pools that had been previously allocated by the tests in the test suite that ran before. Is this something that might happen? In such a case, would help if the pytest memray plugin could be run with the option
--trace-python-allocators
to always track the calls to the pymalloc memory allocator?Beta Was this translation helpful? Give feedback.
All reactions