Home
last modified time | relevance | path

Searched refs:old_snapshot (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dtracemalloc.py512 def compare_to(self, old_snapshot, key_type, cumulative=False): argument
519 old_group = old_snapshot._group_by(key_type, cumulative)
/external/python/cpython3/Doc/library/
Dtracemalloc.rst474 .. method:: compare_to(old_snapshot: Snapshot, key_type: str, cumulative: bool=False)