Class: HeapScope::Aging::Sample
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Aging::Sample
- Defined in:
- lib/heapscope/aging.rb
Instance Attribute Summary collapse
-
#class_counts ⇒ Object
Returns the value of attribute class_counts.
-
#cycle_index ⇒ Object
Returns the value of attribute cycle_index.
-
#generation_hint ⇒ Object
Returns the value of attribute generation_hint.
Instance Attribute Details
#class_counts ⇒ Object
Returns the value of attribute class_counts
9 10 11 |
# File 'lib/heapscope/aging.rb', line 9 def class_counts @class_counts end |
#cycle_index ⇒ Object
Returns the value of attribute cycle_index
9 10 11 |
# File 'lib/heapscope/aging.rb', line 9 def cycle_index @cycle_index end |
#generation_hint ⇒ Object
Returns the value of attribute generation_hint
9 10 11 |
# File 'lib/heapscope/aging.rb', line 9 def generation_hint @generation_hint end |