class RorVsWild::Execution

def stop

def stop
  Section.stop_gc_timing(@gc_section)
  @sections << @gc_section if @gc_section.calls > 0 && @gc_section.total_ms > 0
  @runtime = RorVsWild.clock_milliseconds - @started_at
end