Class: Pdfrb::Task::MemoryProfile::Snapshot

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/task/memory_profile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#by_typeObject

Returns the value of attribute by_type

Returns:

  • (Object)

    the current value of by_type



15
16
17
# File 'lib/pdfrb/task/memory_profile.rb', line 15

def by_type
  @by_type
end

#total_bytesObject

Returns the value of attribute total_bytes

Returns:

  • (Object)

    the current value of total_bytes



15
16
17
# File 'lib/pdfrb/task/memory_profile.rb', line 15

def total_bytes
  @total_bytes
end

#total_objectsObject

Returns the value of attribute total_objects

Returns:

  • (Object)

    the current value of total_objects



15
16
17
# File 'lib/pdfrb/task/memory_profile.rb', line 15

def total_objects
  @total_objects
end