pl.wendigo.chrome.api.memory / SamplingProfileNode

SamplingProfileNode

data class SamplingProfileNode (source)

Heap profile sample.

Link
Memory#SamplingProfileNode type documentation.

Constructors

<init>

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

Heap profile sample.

Properties

size

val size: Double

Size of the sampled allocation.

stack

val stack: List<String>

Execution stack at the point of allocation.

total

val total: Double

Total bytes attributed to this sample.