Overview
-
module MemoryMemory profiler for Ruby applications.
-
class AggregateAggregates memory allocations by a given metric.
-
class ValueAggregateAggregates memory allocations by value.
-
class CacheCache for storing and looking up allocation metadata.
-
class DequeA double-ended queue implementation optimized for memory profiling.
-
module GraphTracks object traversal paths for memory analysis.
-
class NodeRepresents a node in the object graph with usage information.
-
-
class ReportA report containing aggregated memory allocation statistics.
-
class WrapperMessagePack factory wrapper for serializing allocations.
-
class SamplerSample memory allocations.
-
class Usage
-