PEP 454: remove tracemalloc.get_allocated_blocks()
sys.getallocatedblocks() already exists
This commit is contained in:
parent
298f064289
commit
9be59399c7
|
@ -289,11 +289,6 @@ Metric Functions
|
|||
The following functions can be used to add metrics to a snapshot, see
|
||||
the ``Snapshot.add_metric()`` method.
|
||||
|
||||
``get_allocated_blocks()`` function:
|
||||
|
||||
Get the current number of allocated memory blocks.
|
||||
|
||||
|
||||
``get_arena_size()`` function:
|
||||
|
||||
Get the size in bytes of traced arenas.
|
||||
|
|
Loading…
Reference in New Issue