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.h50 void consoleProfileEnd(const String16& title);
Dv8-profiler-agent-impl.cc172 void V8ProfilerAgentImpl::consoleProfileEnd(const String16& title) { in consoleProfileEnd() function in v8_inspector::V8ProfilerAgentImpl
Dv8-console.cc412 profilerAgent->consoleProfileEnd(helper.firstArgToString(String16())); in profileEndCallback()