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

  /external/v8/src/profiler/
cpu-profiler.cc 53 ticks_from_vm_buffer_.Enqueue(record);
68 ticks_from_vm_buffer_.Enqueue(record);
101 if (ticks_from_vm_buffer_.Peek(&record1) &&
104 ticks_from_vm_buffer_.Dequeue(&record);
111 if (ticks_from_vm_buffer_.IsEmpty()) return NoSamplesInQueue;
cpu-profiler.h 179 LockedQueue<TickSampleEventRecord> ticks_from_vm_buffer_; member in class:v8::internal::ProfilerEventsProcessor

Completed in 48 milliseconds