|
| V8ProfilerAgentImpl (V8InspectorSessionImpl *, protocol::FrontendChannel *, protocol::DictionaryValue *state) |
|
bool | enabled () const |
|
void | restore () |
|
Response | enable () override |
|
Response | disable () override |
|
Response | setSamplingInterval (int) override |
|
Response | start () override |
|
Response | stop (std::unique_ptr< protocol::Profiler::Profile > *) override |
|
Response | startPreciseCoverage (Maybe< bool > binary, Maybe< bool > detailed) override |
|
Response | stopPreciseCoverage () override |
|
Response | takePreciseCoverage (std::unique_ptr< protocol::Array< protocol::Profiler::ScriptCoverage >> *out_result) override |
|
Response | getBestEffortCoverage (std::unique_ptr< protocol::Array< protocol::Profiler::ScriptCoverage >> *out_result) override |
|
Response | startTypeProfile () override |
|
Response | stopTypeProfile () override |
|
Response | takeTypeProfile (std::unique_ptr< protocol::Array< protocol::Profiler::ScriptTypeProfile >> *out_result) override |
|
void | consoleProfile (const String16 &title) |
|
void | consoleProfileEnd (const String16 &title) |
|
Definition at line 26 of file v8-profiler-agent-impl.h.
The documentation for this class was generated from the following files: