# File lib/dbi/utils.rb, line 24
  def Utils.measure
    start = ::Time.now
    yield
    ::Time.now - start
  end