comparison hgext/bugzilla.py @ 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 3194cc8c8de0
children 89a2afe31e82 1d252e73af61
comparison
equal deleted inserted replaced
45796:e9555305c5c6 45797:5b6c0af021da