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 74 ticks_from_vm_buffer_.Enqueue(record);
90 ticks_from_vm_buffer_.Enqueue(record);
123 if (ticks_from_vm_buffer_.Peek(&record1) &&
126 ticks_from_vm_buffer_.Dequeue(&record);
133 if (ticks_from_vm_buffer_.IsEmpty()) return NoSamplesInQueue;
cpu-profiler.h 183 LockedQueue<TickSampleEventRecord> ticks_from_vm_buffer_; member in class:v8::internal::ProfilerEventsProcessor

Completed in 232 milliseconds