comparison CONTRIBUTORS @ 45797:5b6c0af021da

utils: helper function to print top memory allocation site The memorytop function uses Python's tracemalloc module to show the source lines / backtraces with the largest remaining allocations. This allows identifying the origins of active memory by placing calls in strategic locations. Allocations from C extensions will show up as long as they are using the Python allocators. Differential Revision: https://phab.mercurial-scm.org/D9236
author Joerg Sonnenberger <joerg@bec.de>
date Wed, 21 Oct 2020 22:30:42 +0200
parents c29efd272395
children
comparison
equal deleted inserted replaced
45796:e9555305c5c6 45797:5b6c0af021da