Class: Ree::BenchmarkTracer::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/ree/benchmark_tracer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



4
5
6
# File 'lib/ree/benchmark_tracer.rb', line 4

def children
  @children
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



4
5
6
# File 'lib/ree/benchmark_tracer.rb', line 4

def duration
  @duration
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/ree/benchmark_tracer.rb', line 4

def name
  @name
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



4
5
6
# File 'lib/ree/benchmark_tracer.rb', line 4

def start_time
  @start_time
end