Class: Ree::BenchmarkTracer::Node
- Defined in:
- lib/ree/benchmark_tracer.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
4 5 6 |
# File 'lib/ree/benchmark_tracer.rb', line 4 def children @children end |
#duration ⇒ Object
Returns the value of attribute duration
4 5 6 |
# File 'lib/ree/benchmark_tracer.rb', line 4 def duration @duration end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/ree/benchmark_tracer.rb', line 4 def name @name end |
#start_time ⇒ Object
Returns the value of attribute start_time
4 5 6 |
# File 'lib/ree/benchmark_tracer.rb', line 4 def start_time @start_time end |