struct Protocol::HeapProfiler::SamplingHeapProfileSample
- Protocol::HeapProfiler::SamplingHeapProfileSample
- Struct
- Value
- Object
Overview
A single sample from a sampling profile.
Included Modules
- JSON::Serializable
Defined in:
protocol/heap_profiler.crConstructors
Instance Method Summary
-
#node_id : Int::Primitive
Id of the corresponding profile tree node.
-
#ordinal : Number::Primitive
Time-ordered sample ordinal number.
-
#size : Number::Primitive
Allocation size in bytes attributed to the sample.
Constructor Detail
Instance Method Detail
def ordinal : Number::Primitive
#
Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.