Azu::DevelopmentTools::MemoryLeakDetector::MemorySnapshot
Inherits JSON::Serializable < Struct < Value < Object
Memory snapshot for comparison
Constructors
new(timestamp : Time, heap_size : Int64, gc_stats : Hash(String, Int64), object_counts : Hash(String, Int32) | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
gc_stats
Sourceheap_size
Sourceobject_counts
Sourcetimestamp
Source