struct Protocol::Memory::SamplingProfileNode
- Protocol::Memory::SamplingProfileNode
- Struct
- Value
- Object
Overview
Heap profile sample.
Included Modules
- JSON::Serializable
Defined in:
protocol/memory.crConstructors
Instance Method Summary
-
#size : Number::Primitive
Size of the sampled allocation.
-
#stack : Array(String)
Execution stack at the point of allocation.
-
#total : Number::Primitive
Total bytes attributed to this sample.