Searched refs:take_snapshot (Results 1 – 7 of 7) sorted by relevance
22 static void take_snapshot(enum CRAS_AUDIO_THREAD_EVENT_TYPE event_type) in take_snapshot() function116 take_snapshot(audio_thread_msg->event_type); in handle_audio_thread_event_message()
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 before345 .. function:: take_snapshot()472 The :func:`take_snapshot` function creates a snapshot instance.661 :func:`get_traceback_limit` frames. See the :func:`take_snapshot` function.
66 take_snapshot(AUDIO_THREAD_EVENT_DEBUG); in TEST_F()
239 snapshot = tracemalloc.take_snapshot()252 tracemalloc.take_snapshot()259 snapshot = tracemalloc.take_snapshot()313 snapshot = tracemalloc.take_snapshot()941 snapshot = tracemalloc.take_snapshot()
525 def take_snapshot(): function
652 void RecordStats(HeapStats* stats, bool take_snapshot = false);
4373 void Heap::RecordStats(HeapStats* stats, bool take_snapshot) { in RecordStats() argument4394 if (take_snapshot) { in RecordStats()