Class: Memory::MemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Memory::MemoryInfo
- Defined in:
- lib/memory.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
10 11 12 |
# File 'lib/memory.rb', line 10 def bytes @bytes end |
#loops ⇒ Object
Returns the value of attribute loops
10 11 12 |
# File 'lib/memory.rb', line 10 def loops @loops end |
#objects ⇒ Object
Returns the value of attribute objects
10 11 12 |
# File 'lib/memory.rb', line 10 def objects @objects end |
#roots ⇒ Object
Returns the value of attribute roots
10 11 12 |
# File 'lib/memory.rb', line 10 def roots @roots end |