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

  /external/v8/src/inspector/
v8-console.cc 198 V8ProfilerAgentImpl* profilerAgent() {
200 if (session && session->profilerAgent()->enabled())
201 return session->profilerAgent();
404 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent())
405 profilerAgent->consoleProfile(helper.firstArgToString(String16()));
411 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent())
412 profilerAgent->consoleProfileEnd(helper.firstArgToString(String16()));
    [all...]
v8-inspector-session-impl.h 43 V8ProfilerAgentImpl* profilerAgent() { return m_profilerAgent.get(); }
v8-inspector-impl.cc 89 V8ProfilerAgentImpl* agent = session ? session->profilerAgent() : nullptr;
305 if (it->second->profilerAgent()->idleStarted()) return;
311 if (it->second->profilerAgent()->idleFinished()) return;

Completed in 205 milliseconds