ms()
Class Public methods
Benchmark realtime in milliseconds.
Benchmark.realtime { User.all } # => 8.0e-05 Benchmark.ms { User.all } # => 0.074
Benchmark realtime in milliseconds.
Benchmark.realtime { User.all } # => 8.0e-05 Benchmark.ms { User.all } # => 0.074
Please login to continue.