Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.h49 void consoleProfile(const String16& title);
Dv8-profiler-agent-impl.cc163 void V8ProfilerAgentImpl::consoleProfile(const String16& title) { in consoleProfile() function in v8_inspector::V8ProfilerAgentImpl
Dv8-console.cc405 profilerAgent->consoleProfile(helper.firstArgToString(String16())); in profileCallback()