Lines Matching refs:Snapshot
73 See :meth:`Snapshot.statistics` for more options.
116 the :meth:`Snapshot.dump` method to analyze the snapshot offline. Then use the
117 :meth:`Snapshot.load` method reload the snapshot.
250 See :meth:`Snapshot.statistics` for more options.
378 :meth:`Snapshot.compare_to` and :meth:`Snapshot.statistics` methods.
408 :class:`Snapshot` instance.
503 :func:`get_traceback_limit` function and :attr:`Snapshot.traceback_limit`
525 Snapshot section in API
528 .. class:: Snapshot
530 Snapshot of traces of memory blocks allocated by Python.
534 .. method:: compare_to(old_snapshot: Snapshot, key_type: str, cumulative: bool=False)
539 See the :meth:`Snapshot.statistics` method for *key_type* and *cumulative*
557 Create a new :class:`Snapshot` instance with a filtered :attr:`traces`
560 :class:`Snapshot` instance with a copy of the traces.
610 The sequence has an undefined order. Use the :meth:`Snapshot.statistics`
621 :func:`Snapshot.statistics` returns a list of :class:`Statistic` instances.
645 :class:`Snapshot` instance.
647 :func:`Snapshot.compare_to` returns a list of :class:`StatisticDiff`
685 The :attr:`Snapshot.traces` attribute is a sequence of :class:`Trace`