Home | History | Annotate | Download | only in inspector

Lines Matching refs:m_profiler

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);
380 m_profiler->StopProfiling(toV8String(m_isolate, title));
388 m_profiler->Dispose();
389 m_profiler = nullptr;
396 if (m_profiler) m_profiler->SetIdle(m_idle);
397 return m_profiler;
402 if (m_profiler) m_profiler->SetIdle(m_idle);
403 return m_profiler;