Sha256: 1821547229c53b988eada779a470b7b69b07458681b931562943db443326ef94

Contents?: true

Size: 160 Bytes

Versions: 39

Compression:

Stored size: 160 Bytes

Contents

require 'benchmark'

class << Benchmark
  remove_method :realtime

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

Version data entries

39 entries across 38 versions & 13 rubygems

Version Path
radiant-0.7.2 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
vibes-bj-1.2.1 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
nbudin-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/benchmark.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/pkg/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb
factorylabs-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/benchmark.rb
activesupport-2.2.3 lib/active_support/core_ext/benchmark.rb
activesupport-2.2.2 lib/active_support/core_ext/benchmark.rb
activesupport-2.1.0 lib/active_support/core_ext/benchmark.rb
activesupport-2.1.2 lib/active_support/core_ext/benchmark.rb
activesupport-2.1.1 lib/active_support/core_ext/benchmark.rb
antfarm-0.3.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
antfarm-0.4.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
mack-active_record-0.8.2 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb
mack-facets-0.8.3.1 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb
mack-facets-0.8.3 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb
radiant-0.7.0 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb
radiant-0.7.1 vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb