package
0.0.0-20200525080501-418ac89e6fd2
Repository: https://github.com/bootgo/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
Command names.
Command names.
Command names.
Command names.
Command names.
RecordMode values.
RecordMode values.
RecordMode values.
RecordMode values.
StreamCompression values.
StreamCompression values.
TransferMode values.
TransferMode values.
# Structs
EndParams stop trace events collection.
EventBufferUsage [no description].
EventDataCollected contains an 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
RecordMode controls how the trace buffer stores data.
StreamCompression compression type to use for traces returned via streams.
TransferMode whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to ReportEvents).