import { default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Tracing } = default;
Interfaces
Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event. | |
Configuration for memory dump. Used only when "memory-infra" category is enabled. | |
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events. |
Type Aliases
Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom | |
Compression type to use for traces returned via streams. | |
Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon. | |
Backend type to use for tracing. |