Class: HeapScope::Aging::Sample

Inherits:
Struct
  • Object
show all
Defined in:
lib/heapscope/aging.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_countsObject

Returns the value of attribute class_counts

Returns:

  • (Object)

    the current value of class_counts



9
10
11
# File 'lib/heapscope/aging.rb', line 9

def class_counts
  @class_counts
end

#cycle_indexObject

Returns the value of attribute cycle_index

Returns:

  • (Object)

    the current value of cycle_index



9
10
11
# File 'lib/heapscope/aging.rb', line 9

def cycle_index
  @cycle_index
end

#generation_hintObject

Returns the value of attribute generation_hint

Returns:

  • (Object)

    the current value of generation_hint



9
10
11
# File 'lib/heapscope/aging.rb', line 9

def generation_hint
  @generation_hint
end