Searched refs:getmemusage (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dpyxpcom_test_tools.py5 # export a "getmemusage()" function that returns a useful "bytes used" count
71 getmemusage = pdh_getmemusage variable
73 def getmemusage(): function
H A Dtest_test_component.py492 from pyxpcom_test_tools import getmemusage namespace
529 mem_usage = getmemusage()
546 mem_lost = getmemusage() - mem_usage

Completed in 46 milliseconds