Class: ObjectSpace::AllocationSampler

Inherits:
Object
  • Object
show all
Defined in:
lib/allocation_sampler.rb,
lib/allocation_sampler/version.rb

Defined Under Namespace

Modules: Display Classes: Frame, Result

Constant Summary collapse

VERSION =
'1.0.1'

Instance Method Summary collapse

Instance Method Details

#resultObject



134
135
136
# File 'lib/allocation_sampler.rb', line 134

def result
  Result.new samples, frames
end