class

Dumpster::Analyser

Inherits Reference < Object

Class methods

parse(io)

Parses io and extracts analysis data.

Source

Instance methods

class_count

Gets the total number of classes contained in the heap dump.

Source
generation_count
Source
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.

Source
object_count

Gets the total number of objects parsed from the heap dump.

Source
types_of_interest
Source

Macros

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.

Source

Nested types