Class: Memory::MemoryInfo

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

Overview

informational output from analysis

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



14
15
16
# File 'lib/measure.rb', line 14

def bytes
  @bytes
end

#loopsObject

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



14
15
16
# File 'lib/measure.rb', line 14

def loops
  @loops
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



14
15
16
# File 'lib/measure.rb', line 14

def objects
  @objects
end

#rootsObject

Returns the value of attribute roots

Returns:

  • (Object)

    the current value of roots



14
15
16
# File 'lib/measure.rb', line 14

def roots
  @roots
end