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

  /external/v8/include/
v8-profiler.h 299 void SetSamplingInterval(int us);
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 222 Response V8ProfilerAgentImpl::setSamplingInterval(int interval) {
370 if (interval) m_profiler->SetSamplingInterval(interval);
  /external/v8/src/
api.cc     [all...]

Completed in 52 milliseconds