struct Protocol::HeapProfiler::LastSeenObjectId

Overview

If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.

Included Modules

Defined in:

protocol/heap_profiler.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def last_seen_object_id : Int::Primitive #

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

[View source]