Class: Memory::MemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Memory::MemoryInfo
- Defined in:
- lib/measure.rb
Overview
informational output from analysis
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#loops ⇒ Object
Returns the value of attribute loops.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#roots ⇒ Object
Returns the value of attribute roots.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
14 15 16 |
# File 'lib/measure.rb', line 14 def bytes @bytes end |
#loops ⇒ Object
Returns the value of attribute loops
14 15 16 |
# File 'lib/measure.rb', line 14 def loops @loops end |
#objects ⇒ Object
Returns the value of attribute objects
14 15 16 |
# File 'lib/measure.rb', line 14 def objects @objects end |
#roots ⇒ Object
Returns the value of attribute roots
14 15 16 |
# File 'lib/measure.rb', line 14 def roots @roots end |