Class: Benchmark
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/core_ext/benchmark.rb
Class Method Summary collapse
-
.ms(&block) ⇒ Object
Benchmark realtime in milliseconds.
Class Method Details
.ms(&block) ⇒ Object
13 14 15 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/core_ext/benchmark.rb', line 13 def ms(&block) 1000 * realtime(&block) end |