tracemalloc.get_traced_memory()
Get the current size and peak size of memory blocks traced by the tracemalloc
module as a tuple: (current: int, peak: int)
.
tracemalloc.get_traced_memory()
Get the current size and peak size of memory blocks traced by the tracemalloc
module as a tuple: (current: int, peak: int)
.
Please login to continue.