struct
Azu::DevelopmentTools::MemoryLeakDetector::MemorySnapshot
- Azu::DevelopmentTools::MemoryLeakDetector::MemorySnapshot
- Struct
- Value
- Object
Overview
Memory snapshot for comparison
Included Modules
- JSON::Serializable
Defined in:
azu/development_tools.crConstructors
- .new(timestamp : Time, heap_size : Int64, gc_stats : Hash(String, Int64), object_counts : Hash(String, Int32) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #gc_stats : Hash(String, Int64)
- #heap_size : Int64
- #object_counts : Hash(String, Int32) | Nil
- #timestamp : Time
Constructor Detail
def self.new(timestamp : Time, heap_size : Int64, gc_stats : Hash(String, Int64), object_counts : Hash(String, Int32) | Nil = nil)
#