Home
last modified time | relevance | path

Searched refs:TracingAgent (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/inspector/
H A 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()
128 // Note that frontend is still owned by TracingAgent in Wire()
136 DispatchResponse TracingAgent::start( in start()
167 DispatchResponse TracingAgent::stop() { in stop()
173 DispatchResponse TracingAgent::getCategories( in getCategories()
H A Dtracing_agent.h17 class TracingAgent : public NodeTracing::Backend { class
19 explicit TracingAgent(Environment*, std::shared_ptr<MainThreadHandle>);
20 ~TracingAgent() override;
/third_party/node/src/
H A Dinspector_agent.cc226 std::make_unique<protocol::TracingAgent>(env, main_thread_); in ChannelImpl()
332 std::unique_ptr<protocol::TracingAgent> tracing_agent_;

Completed in 3 milliseconds