idle_time()
Returns the idle time time (in milliseconds) passed since the call to start! and the call to finish!
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 93 def idle_time duration - cpu_time end