提交 f02d3f9e 编写于 作者: G Gonçalo Silva 提交者: wycats

ruby's GC doesn't support the time method, removed support for it

上级 17516439
......@@ -403,10 +403,6 @@ class GcTime < Base
def measure
RubyProf.measure_gc_time
end
elsif GC.respond_to?(:time)
def measure
GC.time
end
end
def format(measurement)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册