2022-05-13 09:48:51 +08:00

6 lines
109 B
Python

import PikaStdLib
def test_mem():
mem = PikaStdLib.MemChecker()
print('mem used max:')
mem.max()