Class: HeapScope::Flamegraph::Frame
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Flamegraph::Frame
- Defined in:
- lib/heapscope/flamegraph.rb
Instance Attribute Summary collapse
-
#allocations ⇒ Object
Returns the value of attribute allocations.
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#method_id ⇒ Object
Returns the value of attribute method_id.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Attribute Details
#allocations ⇒ Object
Returns the value of attribute allocations
12 13 14 |
# File 'lib/heapscope/flamegraph.rb', line 12 def allocations @allocations end |
#bytes ⇒ Object
Returns the value of attribute bytes
12 13 14 |
# File 'lib/heapscope/flamegraph.rb', line 12 def bytes @bytes end |
#klass ⇒ Object
Returns the value of attribute klass
12 13 14 |
# File 'lib/heapscope/flamegraph.rb', line 12 def klass @klass end |
#method_id ⇒ Object
Returns the value of attribute method_id
12 13 14 |
# File 'lib/heapscope/flamegraph.rb', line 12 def method_id @method_id end |
#site ⇒ Object
Returns the value of attribute site
12 13 14 |
# File 'lib/heapscope/flamegraph.rb', line 12 def site @site end |