Class: Pdfrb::Task::MemoryProfile::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Task::MemoryProfile::Snapshot
- Defined in:
- lib/pdfrb/task/memory_profile.rb
Instance Attribute Summary collapse
-
#by_type ⇒ Object
Returns the value of attribute by_type.
-
#total_bytes ⇒ Object
Returns the value of attribute total_bytes.
-
#total_objects ⇒ Object
Returns the value of attribute total_objects.
Instance Attribute Details
#by_type ⇒ Object
Returns the value of attribute by_type
15 16 17 |
# File 'lib/pdfrb/task/memory_profile.rb', line 15 def by_type @by_type end |
#total_bytes ⇒ Object
Returns the value of attribute total_bytes
15 16 17 |
# File 'lib/pdfrb/task/memory_profile.rb', line 15 def total_bytes @total_bytes end |
#total_objects ⇒ Object
Returns the value of attribute total_objects
15 16 17 |
# File 'lib/pdfrb/task/memory_profile.rb', line 15 def total_objects @total_objects end |