Module: HeapProfiler::Parser

Defined in:
lib/heap_profiler/parser.rb

Defined Under Namespace

Classes: Native, Ruby

Constant Summary collapse

CLASS_DEFAULT_PROC =
->(_hash, key) { "<Class#0x#{key.to_s(16)}>" }

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.batch_sizeObject

Returns the value of attribute batch_size.



8
9
10
# File 'lib/heap_profiler/parser.rb', line 8

def batch_size
  @batch_size
end

Class Method Details

.build_index(path) ⇒ Object



62
63
64
# File 'lib/heap_profiler/parser.rb', line 62

def build_index(path)
  current.build_index(path)
end

.load_many(path, **kwargs, &block) ⇒ Object



66
67
68
# File 'lib/heap_profiler/parser.rb', line 66

def load_many(path, **kwargs, &block)
  current.load_many(path, **kwargs, &block)
end