Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h299 void SetSamplingInterval(int us);
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc370 if (interval) m_profiler->SetSamplingInterval(interval); in startProfiling()
/external/v8/src/
Dapi.cc9751 void CpuProfiler::SetSamplingInterval(int us) { in SetSamplingInterval() function in v8::CpuProfiler