chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tracing

Package org.hildan.chrome.devtools.domains.tracing

Types

GetCategoriesResponse

Response type for the TracingDomain.getCategories command.

data class GetCategoriesResponse

MemoryDumpConfig

Configuration for memory dump. Used only when "memory-infra" category is enabled.

typealias MemoryDumpConfig = JsonElement

RecordClockSyncMarkerRequest

Request object containing input parameters for the TracingDomain.recordClockSyncMarker command.

data class RecordClockSyncMarkerRequest

RequestMemoryDumpRequest

Request object containing input parameters for the TracingDomain.requestMemoryDump command.

data class RequestMemoryDumpRequest

RequestMemoryDumpResponse

Response type for the TracingDomain.requestMemoryDump command.

data class RequestMemoryDumpResponse

StartRequest

Request object containing input parameters for the TracingDomain.start command.

data class StartRequest

StreamCompression

Compression type to use for traces returned via streams.

enum class StreamCompression

StreamFormat

Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.

enum class StreamFormat

TraceConfig

Official doc

data class TraceConfig

TracingDomain

Official doc

class TracingDomain