Home
last modified time | relevance | path

Searched refs:StartTickSample (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dcpu-profiler-inl.h63 TickSample* SamplingEventsProcessor::StartTickSample() { in StartTickSample() function
Dcpu-profiler.h238 inline TickSample* StartTickSample();
Dcpu-profiler.cc51 TickSample* sample = processor_->StartTickSample(); in SampleStack()