Methods
Public Class methods
[ show source ]
# File activesupport/lib/active_support/core_ext/benchmark.rb, line 4 def ms 1000 * realtime { yield } end
Ruby on Rails v3.0.8 | |||
Module Benchmark |
|
[ show source ]
# File activesupport/lib/active_support/core_ext/benchmark.rb, line 4 def ms 1000 * realtime { yield } end