The top level module containing the contents of the hitimes library
use the library with:
require 'hitimes'
Hitimes.measure { } -> Float
Times the execution of the block, returning the number of seconds it took
# File lib/hitimes.rb, line 22 def self.measure(&block) Hitimes::Interval.measure(&block) end
Generated with the Darkfish Rdoc Generator 2.