Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc244 std::unique_ptr<uint8_t[]> trace_bytes(new uint8_t[trace.size()]); in StopTracing() local
245 std::copy(&trace[0], &trace[0] + trace.size(), &trace_bytes[0]); in StopTracing()
246 trace_processor_->Parse(std::move(trace_bytes), trace.size()); in StopTracing()