Class: HeapScope::Flamegraph::Frame

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

Instance Attribute Summary collapse

Instance Attribute Details

#allocationsObject

Returns the value of attribute allocations

Returns:

  • (Object)

    the current value of allocations



12
13
14
# File 'lib/heapscope/flamegraph.rb', line 12

def allocations
  @allocations
end

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



12
13
14
# File 'lib/heapscope/flamegraph.rb', line 12

def bytes
  @bytes
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



12
13
14
# File 'lib/heapscope/flamegraph.rb', line 12

def klass
  @klass
end

#method_idObject

Returns the value of attribute method_id

Returns:

  • (Object)

    the current value of method_id



12
13
14
# File 'lib/heapscope/flamegraph.rb', line 12

def method_id
  @method_id
end

#siteObject

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



12
13
14
# File 'lib/heapscope/flamegraph.rb', line 12

def site
  @site
end