Lines Matching full:traces
302 Clear traces of memory blocks allocated by Python.
342 clear any traces, unlike :func:`clear_traces`. Snapshots taken with
354 traces of memory blocks.
369 allocators. Collected tracebacks of traces will be limited to *nframe*
395 allocators. Also clears all previously collected traces of memory blocks
398 Call :func:`take_snapshot` function to take a snapshot of traces before
407 Take a snapshot of traces of memory blocks allocated by Python. Return a new
413 Tracebacks of traces are limited to :func:`get_traceback_limit` frames. Use
427 Filter traces of memory blocks by their address space (domain).
449 Filter on traces of memory blocks.
457 * ``Filter(True, subprocess.__file__)`` only includes traces of the
459 * ``Filter(False, tracemalloc.__file__)`` excludes traces of the
530 Snapshot of traces of memory blocks allocated by Python.
557 Create a new :class:`Snapshot` instance with a filtered :attr:`traces`
560 :class:`Snapshot` instance with a copy of the traces.
602 Maximum number of frames stored in the traceback of :attr:`traces`:
605 .. attribute:: traces
607 Traces of all memory blocks allocated by Python: sequence of
685 The :attr:`Snapshot.traces` attribute is a sequence of :class:`Trace`
720 When a snapshot is taken, tracebacks of traces are limited to