method

time_with_block

rails latest stable - Class: ActiveSupport::Testing::Performance::Profiler

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

time_with_block()
public

No documentation available.

# File activesupport/lib/active_support/testing/performance.rb, line 169
        def time_with_block
          before = Time.now
          yield
          Time.now - before
        end