usec()
Returns the fraction of a second as microseconds
# File activesupport/lib/active_support/core_ext/date_time/conversions.rb, line 83 def usec (sec_fraction * 1_000_000).to_i end