class RorVsWild::Execution
def start_gc_timing
def start_gc_timing section = Section.new section.calls = GC.count section.file, section.line = "ruby/gc.c", 0 section.add_command("GC.start") section.kind = "gc" section end
def start_gc_timing section = Section.new section.calls = GC.count section.file, section.line = "ruby/gc.c", 0 section.add_command("GC.start") section.kind = "gc" section end