HomeSort by relevance Sort by last modified time
    Searched refs:take_snapshot (Results 1 - 6 of 6) sorted by null

  /external/adhd/cras/src/server/
cras_audio_thread_monitor.c 22 static void take_snapshot(enum CRAS_AUDIO_THREAD_EVENT_TYPE event_type) function
116 take_snapshot(audio_thread_msg->event_type);
  /external/adhd/cras/src/tests/
audio_thread_monitor_unittest.cc 66 take_snapshot(AUDIO_THREAD_EVENT_DEBUG);
78 // take_snapshot shouldn't be called since the time interval is short
  /external/python/cpython3/Lib/test/
test_tracemalloc.py 239 snapshot = tracemalloc.take_snapshot()
252 tracemalloc.take_snapshot()
259 snapshot = tracemalloc.take_snapshot()
313 snapshot = tracemalloc.take_snapshot()
    [all...]
  /external/python/cpython3/Lib/
tracemalloc.py 525 def take_snapshot(): function
  /external/v8/src/heap/
heap.h 652 void RecordStats(HeapStats* stats, bool take_snapshot = false);
    [all...]
heap.cc     [all...]

Completed in 559 milliseconds