Home
last modified time | relevance | path

Searched refs:TracingAgent (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/inspector/
Dtracing_agent.cc117 TracingAgent::TracingAgent(Environment* env, in TracingAgent() function in node::inspector::protocol::TracingAgent
121 TracingAgent::~TracingAgent() { in ~TracingAgent()
127 void TracingAgent::Wire(UberDispatcher* dispatcher) { in Wire()
136 DispatchResponse TracingAgent::start( in start()
167 DispatchResponse TracingAgent::stop() { in stop()
173 DispatchResponse TracingAgent::getCategories( in getCategories()
Dtracing_agent.h17 class TracingAgent : public NodeTracing::Backend {
19 explicit TracingAgent(Environment*, std::shared_ptr<MainThreadHandle>);
20 ~TracingAgent() override;
/third_party/node/src/
Dinspector_agent.cc224 std::make_unique<protocol::TracingAgent>(env, main_thread_); in ChannelImpl()
320 std::unique_ptr<protocol::TracingAgent> tracing_agent_;
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3922 …js/node/commit/73471236d8)] - **src**: remove unimplemented method in TracingAgent (gengjiawen) [#…