OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V8ProfilerAgentImpl
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/inspector/
v8-profiler-agent-impl.h
25
class
V8ProfilerAgentImpl
: public protocol::Profiler::Backend {
27
V8ProfilerAgentImpl
(V8InspectorSessionImpl*, protocol::FrontendChannel*,
29
~
V8ProfilerAgentImpl
() override;
75
DISALLOW_COPY_AND_ASSIGN(
V8ProfilerAgentImpl
);
v8-profiler-agent-impl.cc
143
class
V8ProfilerAgentImpl
::ProfileDescriptor {
151
V8ProfilerAgentImpl
::
V8ProfilerAgentImpl
(
159
V8ProfilerAgentImpl
::~
V8ProfilerAgentImpl
() {
163
void
V8ProfilerAgentImpl
::consoleProfile(const String16& title) {
172
void
V8ProfilerAgentImpl
::consoleProfileEnd(const String16& title) {
202
Response
V8ProfilerAgentImpl
::enable() {
209
Response
V8ProfilerAgentImpl
::disable() {
222
Response
V8ProfilerAgentImpl
::setSamplingInterval(int interval)
[
all
...]
Completed in 149 milliseconds