Contains a bucket of collected trace events. When tracing is stopped collected events will be
sent as a sequence of dataCollected events followed by tracingComplete event.
Request a global memory dump.
deterministic Enables more deterministic results by forcing garbage collection
levelOfDetail Specifies level of details in memory dump. Defaults to "detailed".
Start trace events collection.
bufferUsageReportingInterval If set, the agent will issue bufferUsage events at this interval, specified in milliseconds
transferMode Whether to report trace events as series of dataCollected events or to save trace to a
stream (defaults to ReportEvents).
streamFormat Trace data format to use. This only applies when using ReturnAsStream
transfer mode (defaults to json).
streamCompression Compression format to use. This only applies when using ReturnAsStream
transfer mode (defaults to none)
perfettoConfig Base64-encoded serialized perfetto.protos.TraceConfig protobuf message
When specified, the parameters categories, options, traceConfig
are ignored.
tracingBackend Backend type (defaults to auto)