SamplingHeapProfileSample

@Serializable
data class SamplingHeapProfileSample(val size: Double, val nodeId: Int, val ordinal: Double)

A single sample from a sampling profile.

Constructors

Link copied to clipboard
constructor(size: Double, nodeId: Int, ordinal: Double)

Properties

Link copied to clipboard
val nodeId: Int

Id of the corresponding profile tree node.

Link copied to clipboard

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

Link copied to clipboard

Allocation size in bytes attributed to the sample.