Searched refs:take_snapshot (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | tracemalloc.rst | 47 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/ |
D | test_tracemalloc.py | 239 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/ |
D | ms_main.c | 921 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/ |
D | tracemalloc.py | 515 def take_snapshot(): function
|
/external/v8/src/heap/ |
D | heap.h | 857 void RecordStats(HeapStats* stats, bool take_snapshot = false);
|
D | heap.cc | 5186 void Heap::RecordStats(HeapStats* stats, bool take_snapshot) { in RecordStats() argument 5205 if (take_snapshot) { in RecordStats()
|