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 |
MemoryDumpLevelOfDetail |
Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom enum class MemoryDumpLevelOfDetail |
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 |
data class TraceConfig |
TracingDomain |
class TracingDomain |