class ObjectSpace::AllocationSampler

Constants

VERSION

Public Instance Methods

result() click to toggle source
# File lib/allocation_sampler.rb, line 133
def result
  Result.new samples, frames
end