Azu::DevelopmentTools::MemoryLeakDetector::LeakAnalysis
Inherits JSON::Serializable < Struct < Value < Object
Memory leak analysis result
Constructors
new(start_snapshot : Azu::DevelopmentTools::MemoryLeakDetector::MemorySnapshot, end_snapshot : Azu::DevelopmentTools::MemoryLeakDetector::MemorySnapshot, suspected_leaks : Array(String) = [] of String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
duration
Sourceend_snapshot
Sourceleak_detected?
Sourcememory_growth
Sourcememory_growth_mb
Sourcestart_snapshot
Sourcesuspected_leaks
Source