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



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

def children
  @children
end

#durationObject

Returns the value of attribute duration



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

def duration
  @duration
end

#nameObject

Returns the value of attribute 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



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

def start_time
  @start_time
end