class Dumpster::Analyser
- Dumpster::Analyser
- Reference
- Object
Defined in:
dumpster/analyser.crClass Method Summary
-
.parse(io)
Parses io and extracts analysis data.
Macro Summary
-
autoviv_hash(key_type, value_type)
Creates a
Hash
that will autopopulate elements with zero type, or new instance of the appropropriate value type when first accessed.
Instance Method Summary
-
#class_count
Gets the total number of classes contained in the heap dump.
- #generation_count
-
#locations_of_interest(limit = 100, min_instances = 100, min_slope = 1e-3)
Find the the locations associated with the highest positive rate of change of object instances.
-
#object_count : Int32
Gets the total number of objects parsed from the heap dump.
- #types_of_interest
Class Method Detail
Macro Detail
macro autoviv_hash(key_type, value_type)
#
Creates a Hash
that will autopopulate elements with zero type, or new
instance of the appropropriate value type when first accessed.
Instance Method Detail
Find the the locations associated with the highest positive rate of change of object instances.