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

RequestMemoryDumpRequest

data class RequestMemoryDumpRequest

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

Constructors

<init>

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

RequestMemoryDumpRequest(deterministic: Boolean? = null, levelOfDetail: MemoryDumpLevelOfDetail? = null)

Properties

deterministic

Enables more deterministic results by forcing garbage collection

val deterministic: Boolean?

levelOfDetail

Specifies level of details in memory dump. Defaults to "detailed".

val levelOfDetail: MemoryDumpLevelOfDetail?