= private = protected
realtime()
Returns the elapsed real time used to execute the given block.
# File lib/benchmark.rb, line 293 def realtime # :yield: r0 = Time.now yield Time.now - r0 end