Class: PEROBS::Statistics

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

Instance Attribute Summary collapse

Instance Attribute Details

#collected_objectsObject

Returns the value of attribute collected_objects

Returns:

  • (Object)

    the current value of collected_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def collected_objects
  @collected_objects
end

#created_objectsObject

Returns the value of attribute created_objects

Returns:

  • (Object)

    the current value of created_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def created_objects
  @created_objects
end

#in_memory_objectsObject

Returns the value of attribute in_memory_objects

Returns:

  • (Object)

    the current value of in_memory_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def in_memory_objects
  @in_memory_objects
end

#marked_objectsObject

Returns the value of attribute marked_objects

Returns:

  • (Object)

    the current value of marked_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def marked_objects
  @marked_objects
end

#root_objectsObject

Returns the value of attribute root_objects

Returns:

  • (Object)

    the current value of root_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def root_objects
  @root_objects
end

#swept_objectsObject

Returns the value of attribute swept_objects

Returns:

  • (Object)

    the current value of swept_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def swept_objects
  @swept_objects
end

#zombie_objectsObject

Returns the value of attribute zombie_objects

Returns:

  • (Object)

    the current value of zombie_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def zombie_objects
  @zombie_objects
end