Module cdp::tracing
[−]
[src]
[Experimental]
Tracing
Commands
Tracing.startExperimentalStart trace events collection.
Tracing.endExperimentalStop trace events collection.
Tracing.getCategoriesExperimentalGets supported tracing categories.
Tracing.requestMemoryDumpExperimentalRequest a global memory dump.
Tracing.recordClockSyncMarkerExperimentalRecord a clock sync marker in the trace.
Events
Tracing.dataCollectedExperimentalContains 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.
Tracing.tracingCompleteExperimentalSignals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
Tracing.bufferUsageExperimental
Types
MemoryDumpConfigExperimentalConfiguration for memory dump. Used only when "memory-infra" category is enabled.
TraceConfigExperimental
Structs
| BufferUsageEvent |
[Experimental] |
| DataCollectedEvent |
[Experimental] 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. |
| EndCommand |
[Experimental] Stop trace events collection. |
| EndResponse |
[Experimental] Stop trace events collection. |
| GetCategoriesCommand |
[Experimental] Gets supported tracing categories. |
| GetCategoriesResponse |
[Experimental] Gets supported tracing categories. |
| RecordClockSyncMarkerCommand |
[Experimental] Record a clock sync marker in the trace. |
| RecordClockSyncMarkerResponse |
[Experimental] Record a clock sync marker in the trace. |
| RequestMemoryDumpCommand |
[Experimental] Request a global memory dump. |
| RequestMemoryDumpResponse |
[Experimental] Request a global memory dump. |
| StartCommand |
[Experimental] Start trace events collection. |
| StartResponse |
[Experimental] Start trace events collection. |
| TraceConfig |
[Experimental] |
| TracingCompleteEvent |
[Experimental] Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events. |
Enums
| StartCommandTransferMode |
[Experimental] |
| TraceConfigRecordMode |
[Experimental] |
Type Definitions
| MemoryDumpConfig |
[Experimental] Configuration for memory dump. Used only when "memory-infra" category is enabled. |