Module tracing

Module tracing 

Source
Expand description

Tracing domain types.

The Tracing domain allows recording a trace of the browser activity.

Structs§

BufferUsageEvent
Event: Tracing.bufferUsage
DataCollectedEvent
Event: Tracing.dataCollected
EndParams
Parameters for Tracing.end (empty).
EndResult
Result of Tracing.end when using stream transfer mode.
GetCategoriesParams
Parameters for Tracing.getCategories (empty).
GetCategoriesResult
Result of Tracing.getCategories.
RecordClockSyncMarkerParams
Parameters for Tracing.recordClockSyncMarker.
RequestMemoryDumpParams
Parameters for Tracing.requestMemoryDump.
RequestMemoryDumpResult
Result of Tracing.requestMemoryDump.
StartParams
Parameters for Tracing.start.
TraceConfig
Trace configuration.
TracingCompleteEvent
Event: Tracing.tracingComplete

Enums§

StreamCompression
Stream compression type.
StreamFormat
Stream format for trace data.
TracingBackend
Tracing backend type.
TransferMode
Transfer mode for tracing data.