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

  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 160 if (m_profiler) m_profiler->Dispose();
216 DCHECK(!m_profiler);
223 if (m_profiler) {
235 DCHECK(!m_profiler);
365 DCHECK(!m_profiler);
366 m_profiler = v8::CpuProfiler::New(m_isolate);
367 m_profiler->SetIdle(m_idle);
370 if (interval) m_profiler->SetSamplingInterval(interval);
373 m_profiler->StartProfiling(toV8String(m_isolate, title), true)
    [all...]
v8-profiler-agent-impl.h 64 v8::CpuProfiler* m_profiler = nullptr; member in class:v8_inspector::V8ProfilerAgentImpl

Completed in 87 milliseconds