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