package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev
# Functions
End stop trace events collection.
GetCategories gets supported tracing categories.
RecordClockSyncMarker record a clock sync marker in the trace.
RequestMemoryDump request a global memory dump.
Start start trace events collection.
# Constants
Backend values.
Backend values.
Backend values.
Command names.
Command names.
Command names.
Command names.
Command names.
MemoryDumpLevelOfDetail values.
MemoryDumpLevelOfDetail values.
MemoryDumpLevelOfDetail values.
RecordMode values.
RecordMode values.
RecordMode values.
RecordMode values.
StreamCompression values.
StreamCompression values.
StreamFormat values.
StreamFormat values.
TransferMode values.
TransferMode values.
# Structs
EndParams stop trace events collection.
EventBufferUsage [no description].
EventDataCollected contains a bucket of collected trace events.
EventTracingComplete signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
GetCategoriesParams gets supported tracing categories.
GetCategoriesReturns return values.
MemoryDumpConfig configuration for memory dump.
RecordClockSyncMarkerParams record a clock sync marker in the trace.
RequestMemoryDumpParams request a global memory dump.
RequestMemoryDumpReturns return values.
StartParams start trace events collection.
TraceConfig [no description].
# Type aliases
Backend backend type to use for tracing.
MemoryDumpLevelOfDetail details exposed when memory request explicitly declared.
RecordMode controls how the trace buffer stores data.
StreamCompression compression type to use for traces returned via streams.
StreamFormat data format of a trace.
TransferMode whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to ReportEvents).