struct Protocol::Memory::SamplingProfileNode

Overview

Heap profile sample.

Included Modules

Defined in:

protocol/memory.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def size : Number::Primitive #

Size of the sampled allocation.


[View source]
def stack : Array(String) #

Execution stack at the point of allocation.


[View source]
def total : Number::Primitive #

Total bytes attributed to this sample.


[View source]