Class: Profiler::Collectors::FunctionProfilerCollector::CallFrame
- Inherits:
-
Struct
- Object
- Struct
- Profiler::Collectors::FunctionProfilerCollector::CallFrame
- Defined in:
- lib/profiler/collectors/function_profiler_collector.rb
Instance Attribute Summary collapse
-
#alloc_before ⇒ Object
Returns the value of attribute alloc_before.
-
#children ⇒ Object
Returns the value of attribute children.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#memsize_before ⇒ Object
Returns the value of attribute memsize_before.
-
#name ⇒ Object
Returns the value of attribute name.
-
#recursive ⇒ Object
Returns the value of attribute recursive.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#alloc_before ⇒ Object
Returns the value of attribute alloc_before
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def alloc_before @alloc_before end |
#children ⇒ Object
Returns the value of attribute children
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def children @children end |
#file ⇒ Object
Returns the value of attribute file
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def file @file end |
#line ⇒ Object
Returns the value of attribute line
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def line @line end |
#memsize_before ⇒ Object
Returns the value of attribute memsize_before
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def memsize_before @memsize_before end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def name @name end |
#recursive ⇒ Object
Returns the value of attribute recursive
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def recursive @recursive end |
#started_at ⇒ Object
Returns the value of attribute started_at
14 15 16 |
# File 'lib/profiler/collectors/function_profiler_collector.rb', line 14 def started_at @started_at end |