method

ms

rails latest stable - Class: Benchmark
ms(&block)
public

Benchmark realtime in milliseconds.

Benchmark.realtime { User.all }
# => 8.0e-05

Benchmark.ms { User.all }
# => 0.074