RequestMemoryDumpRequest

@Serializable
data class RequestMemoryDumpRequest(val deterministic: Boolean? = null, val levelOfDetail: MemoryDumpLevelOfDetail? = null)

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

Constructors

Link copied to clipboard
constructor(deterministic: Boolean? = null, levelOfDetail: MemoryDumpLevelOfDetail? = null)

Types

Link copied to clipboard
class Builder

A builder for RequestMemoryDumpRequest, which allows setting the optional parameters of the TracingDomain.requestMemoryDump command via a lambda.

Properties

Link copied to clipboard
val deterministic: Boolean? = null

Enables more deterministic results by forcing garbage collection

Link copied to clipboard

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