method

ms

v7.1.3.2 - Show latest stable - Class: Benchmark
ms(&block)
public

Benchmark realtime in milliseconds.

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

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