Home
last modified time | relevance | path

Searched defs:JsonOutputWriter (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc28 class JsonOutputWriter : public perfetto::trace_processor::json::OutputWriter { class
30 explicit JsonOutputWriter(std::ostream* stream) : stream_(stream) {} in JsonOutputWriter() function in JsonOutputWriter