struct Azu::DevelopmentTools::MemoryLeakDetector::MemorySnapshot

Overview

Memory snapshot for comparison

Included Modules

Defined in:

azu/development_tools.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timestamp : Time, heap_size : Int64, gc_stats : Hash(String, Int64), object_counts : Hash(String, Int32) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def gc_stats : Hash(String, Int64) #

[View source]
def heap_size : Int64 #

[View source]
def object_counts : Hash(String, Int32) | Nil #

[View source]
def timestamp : Time #

[View source]