Sha256: caa349c502008fdd18ac15403747b5aaa62fbda4d356b4dadea3144106d7a759

Contents?: true

Size: 300 Bytes

Versions: 155

Compression:

Stored size: 300 Bytes

Contents

require 'benchmark'

class << Benchmark
  # Earlier Ruby had a slower implementation.
  if RUBY_VERSION < '1.8.7'
    remove_method :realtime

    def realtime
      r0 = Time.now
      yield
      r1 = Time.now
      r1.to_f - r0.to_f
    end
  end

  def ms
    1000 * realtime { yield }
  end
end

Version data entries

155 entries across 124 versions & 15 rubygems

Version Path
radiant-1.0.0.rc1 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
abiquo-etk-0.5.3 vendor/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb
abiquo-etk-0.4.42 vendor/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb
webroar-0.5.0 src/admin_panel/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
activesupport-2.3.11 lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.2.4 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.2.2 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.2.1 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.2 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.9 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.8 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.7 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.6 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.5 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.4 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.3 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.2 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1.1 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiantcms-couchrest_model-0.1 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
abiquo-etk-0.4.33 vendor/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb