Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.h58 void consoleProfileEnd(const String16& title);
Dv8-profiler-agent-impl.cc188 void V8ProfilerAgentImpl::consoleProfileEnd(const String16& title) { in consoleProfileEnd() function in v8_inspector::V8ProfilerAgentImpl
Dv8-console.cc362 session->profilerAgent()->consoleProfileEnd( in ProfileEnd()