Class: Memory::MemoryInfo

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

Overview

informational output from analysis

Instance Attribute Summary collapse

Instance Attribute Details

#bytes ⇒ Object

Returns the value of attribute bytes

Returns:

  • (Object) —

    the current value of bytes



10
11
12
# File 'lib/memory.rb', line 10

def bytes
  @bytes
end

#loops ⇒ Object

Returns the value of attribute loops

Returns:

  • (Object) —

    the current value of loops



10
11
12
# File 'lib/memory.rb', line 10

def loops
  @loops
end

#objects ⇒ Object

Returns the value of attribute objects

Returns:

  • (Object) —

    the current value of objects



10
11
12
# File 'lib/memory.rb', line 10

def objects
  @objects
end

#roots ⇒ Object

Returns the value of attribute roots

Returns:

  • (Object) —

    the current value of roots



10
11
12
# File 'lib/memory.rb', line 10

def roots
  @roots
end