pl.wendigo.chrome.api.heapprofiler / SamplingHeapProfileSample

SamplingHeapProfileSample

data class SamplingHeapProfileSample (source)

A single sample from a sampling profile.

Link
HeapProfiler#SamplingHeapProfileSample type documentation.

Constructors

<init>

SamplingHeapProfileSample(size: Double, nodeId: Int, ordinal: Double)

A single sample from a sampling profile.

Properties

nodeId

val nodeId: Int

Id of the corresponding profile tree node.

ordinal

val ordinal: Double

Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.

size

val size: Double

Allocation size in bytes attributed to the sample.