Home
last modified time | relevance | path

Searched refs:take_snapshot (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dtracemalloc.rst47 snapshot = tracemalloc.take_snapshot()
85 snapshot1 = tracemalloc.take_snapshot()
87 snapshot2 = tracemalloc.take_snapshot()
132 snapshot = tracemalloc.take_snapshot()
224 snapshot = tracemalloc.take_snapshot()
338 Call :func:`take_snapshot` function to take a snapshot of traces before
345 .. function:: take_snapshot()
469 The :func:`take_snapshot` function creates a snapshot instance.
648 :func:`get_traceback_limit` frames. See the :func:`take_snapshot` function.
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py239 snapshot = tracemalloc.take_snapshot()
252 tracemalloc.take_snapshot()
259 snapshot = tracemalloc.take_snapshot()
313 snapshot = tracemalloc.take_snapshot()
912 snapshot = tracemalloc.take_snapshot()
/external/valgrind/massif/
Dms_main.c921 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time, in take_snapshot() function
1009 take_snapshot(snapshot, kind, my_time, is_detailed); in maybe_take_snapshot()
1814 take_snapshot(&snapshot, Normal, get_time(), detailed); in handle_snapshot_monitor_command()
/external/python/cpython3/Lib/
Dtracemalloc.py515 def take_snapshot(): function
/external/v8/src/heap/
Dheap.h857 void RecordStats(HeapStats* stats, bool take_snapshot = false);
Dheap.cc5186 void Heap::RecordStats(HeapStats* stats, bool take_snapshot) { in RecordStats() argument
5205 if (take_snapshot) { in RecordStats()