chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.memory / SamplingProfileNode

SamplingProfileNode

data class SamplingProfileNode

Heap profile sample.

Official doc

Constructors

<init>

Heap profile sample.

SamplingProfileNode(size: Double, total: Double, stack: List<String>)

Properties

size

Size of the sampled allocation.

val size: Double

stack

Execution stack at the point of allocation.

val stack: List<String>

total

Total bytes attributed to this sample.

val total: Double