Class: Profiler::Collectors::FunctionProfilerCollector::CallFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/profiler/collectors/function_profiler_collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alloc_beforeObject

Returns the value of attribute alloc_before

Returns:

  • (Object)

    the current value of alloc_before



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def alloc_before
  @alloc_before
end

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def children
  @children
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def line
  @line
end

#memsize_beforeObject

Returns the value of attribute memsize_before

Returns:

  • (Object)

    the current value of memsize_before



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def memsize_before
  @memsize_before
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def name
  @name
end

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def recursive
  @recursive
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



14
15
16
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14

def started_at
  @started_at
end