Home
last modified time | relevance | path

Searched refs:filter_traces (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py331 snapshot3 = snapshot.filter_traces((filter1,))
344 snapshot4 = snapshot3.filter_traces((filter2, filter3))
353 snapshot5 = snapshot.filter_traces(())
358 self.assertRaises(TypeError, snapshot.filter_traces, filter1)
368 snapshot3 = snapshot.filter_traces((filter1,))
378 snapshot3 = snapshot.filter_traces((filter1,))
393 snapshot3 = snapshot.filter_traces((filter1,))
403 snapshot3 = snapshot.filter_traces((filter2,))
943 snapshot = snapshot.filter_traces([domain_filter])
/external/python/cpython3/Lib/
Dtracemalloc.py426 def filter_traces(self, filters): member in Snapshot
/external/python/cpython3/Doc/library/
Dtracemalloc.rst196 snapshot = snapshot.filter_traces((
495 .. method:: filter_traces(filters)