Method: ActiveSupport::Notifications::Event#time

Defined in:
activesupport/lib/active_support/notifications/instrumenter.rb

#timeObject



124
125
126
# File 'activesupport/lib/active_support/notifications/instrumenter.rb', line 124

def time
  @time / 1000.0 if @time
end